RoleStorageController::attachLoad |
function |
drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php |
Attaches data to entities upon loading. |
ViewStorageController::attachLoad |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::attachLoad(); |
YamlFileLoader::loadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php |
Load a Class Metadata. |
ClassLoaderTest::testClassLoading |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ClassLoaderTest.php |
Tests that module-provided classes can be loaded when a module is enabled. |
AbstractLoader::addNamespaceAlias |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php |
Adds a namespace alias. |
XmlFileLoaderTest::testLoadImports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
|
LoaderInterface::loadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php |
Load a Class Metadata. |
FilesLoader::getFileLoaderInstance |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php |
Takes mapping file path. |
EditLoadingTest::retrieveFieldForm |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php |
Retrieve field form from the server. May also result in additional
JavaScript settings and CSS/JS being loaded. |
RemoteFileSaveUploadTest::$modules |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
Modules to enable. |
Twig_Loader_Chain::$hasSourceCache |
property |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php |
|
entity_crud_hook_test_comment_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_load(). |
Twig_ExistsLoaderInterface::exists |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php |
Check if we have the source code of a template, given its name. |
FilesLoader::getFileLoaderInstance |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php |
Takes mapping file path. |
AnnotationFileLoaderTest::testLoad |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php |
|
AnnotationClassLoaderTest::$loader |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
SaveUploadTest::testExistingRename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test renaming when uploading over a file that already exists. |
ClassLoaderTest::getLoadClassTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
AnnotationClassLoader::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Constructor. |
KernelTest::testClassCacheIsLoaded |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
AnnotationClassLoader::setResolver |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
AnnotationClassLoader::getResolver |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
CustomBlockLoadHooksTest::$modules |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php |
Modules to enable. |
Twig_Test_Loader_TemplateReference |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
|
ApcUniversalClassLoaderTest::setUp |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
File::$uploadCantWriteErrorMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/File.php |
|
File::$uploadExtensionErrorMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/File.php |
|
Twig_Environment::$loadedTemplates |
property |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
entity_load_multiple_by_properties |
function |
drupal/core/includes/entity.inc |
Load entities by their property values. |
Twig_Environment::enableAutoReload |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Enables the auto_reload option. |
LocaleConfigSubscriber::configLoad |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigSubscriber.php |
Override configuration values with localized data. |
UploadedFile::guessClientExtension |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Returns the extension based on the client mime type. |
AnnotationRegistry::registerLoader |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
Register an autoloading callable for annotations, much like spl_autoload_register(). |
YamlFileLoader::loadFromExtensions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Loads from Extensions |
BasePhpFormulaLoader::addPrototype |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php |
|
YamlFileLoaderTest::testExtensions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php |
|
UploadedFileTest::testGetExtension |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php |
|
locale_translation_download_source |
function |
drupal/core/modules/locale/locale.batch.inc |
Downloads source file from a remote server. |
UpdateUploadTest::testUploadModule |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Tests upload and extraction of a module. |
PHPUnit_TextUI_TestRunner::$loader |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
ClassLoader::setNamespaceSeparator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
Sets the namespace separator used by classes in the namespace of this ClassLoader. |
ClassLoader::getNamespaceSeparator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
Gets the namespace separator used by classes in the namespace of this ClassLoader. |
XmlFileLoaderTest::testLoadServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
|
AnnotationLoader::loadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php |
Load a Class Metadata. |
StringDatabaseStorage::dbStringLoad |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Loads multiple string objects. |
taxonomy_term_load_multiple_by_name |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Try to map a string to an existing term, as for glossary use. |
MappingDriver::loadMetadataForClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php |
Loads the metadata for the specified class into the provided container. |
ConfigurableExtension::loadInternal |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php |
Configures the passed container according to the merged configuration. |
ContainerBuilder::loadFromExtension |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Loads the configuration for an extension. |
ClassCollectionLoader::compressCode |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Strips leading & trailing ws, multiple EOL, multiple ws. |