ClassLoaderTest::testGetClassLoader |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.php |
|
Twig_Loader_Filesystem::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Constructor. |
Twig_Loader_Filesystem::prependPath |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Prepends a path where templates are stored. |
Twig_Loader_Filesystem::getCacheKey |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Gets the cache key to use for the cache for a given template name. |
AbstractAnnotationLoaderTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php |
|
AnnotationDirectoryLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php |
|
FileCacheReader::$loadedAnnotations |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
|
EditorLoadingTest::getThingsToCheck |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php |
|
SaveUploadTest::testHandleExtension |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test extension handling. |
SaveUploadTest::testHandleFileMunge |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test file munge handling. |
ModuleHandler::loadBootstrapModules |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Implements \Drupal\Core\Extension\ModuleHandlerInterface::loadBootstrapModules(). |
SaveUploadTest::testExistingReplace |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test replacement when uploading over a file that already exists. |
AnnotationClassLoaderTest::testLoad |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
@dataProvider getLoadTests |
UniversalClassLoader::getNamespaces |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Gets the configured namespaces. |
StaticLoaderInterface::loadMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
ClassLoaderTest::testUseIncludePath |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
AliasManager::$preloadedPathLookups |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Holds an array of previously looked up paths for the current request path. |
ModuleHandlerInterface::loadInclude |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php |
Loads a module include file. |
ajax_forms_test_lazy_load_form_ajax |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. |
ImageFieldTestBase::uploadNodeImage |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
Upload an image to a node. |
Twig_Environment::disableAutoReload |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Disables the auto_reload option. |
NodeLoadHooksTest::testHookNodeLoad |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadHooksTest.php |
Tests that hook_node_load() is invoked correctly. |
PictureMapping::loadBreakpointGroup |
function |
drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php |
Loads the breakpoint group. |
UploadedFile::getClientOriginalName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Returns the original file name. |
EntityListControllerInterface::load |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Loads entities of this type from storage for listing. |
custom_block_test_custom_block_load |
function |
drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module |
Implements hook_custom_block_load(). |
BasePhpFormulaLoader::tokenToString |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php |
|
ApcPrefixCollision_A_B_Foo::$loaded |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php |
|
BreakpointGroup::loadAllBreakpoints |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
Loads all breakpoints, remove non-existing ones. |
ApcPrefixCollision_A_B_Bar::$loaded |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php |
|
YamlFileLoaderTest::testLoadImports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php |
|
IniFileLoaderTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php |
|
file_field_widget_upload_validators |
function |
drupal/core/modules/file/file.field.inc |
Retrieves the upload validators for a file field. |
XmlFileLoaderTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
|
ConfigStorageController::attachLoad |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Attaches data to entities upon loading. |
EditLoadingTest::retrieveAttachments |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php |
Retrieves AJAX commands to load attachments for the given in-place editors. |
DebugUniversalClassLoader::loadClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php |
Loads the given class or interface. |
MockArraySessionStorage::loadSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
|
ClassCollectionLoader::$useTokenizer |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
|
field_sql_storage_field_storage_load |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_load(). |
ClassCollectionLoader::getInterfaces |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
|
DownloadTest::testPublicFileTransfer |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php |
Test the public file transfer system. |
TestFileDriver::loadMetadataForClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
Loads the metadata for the specified class into the provided container. |
CommentStorageController::attachLoad |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::attachLoad(). |
Twig_Loader_Filesystem::findTemplate |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
|
Twig_Loader_Filesystem::validateName |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
|
locale_translate_filter_load_strings |
function |
drupal/core/modules/locale/locale.pages.inc |
Builds a string search query and returns an array of string objects. |
PhpFileLoaderTest::testLoadWithRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php |
|
UniversalClassLoader::useIncludePath |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Turns on searching the include for class files. Allows easy loading
of installed PEAR packages |
ClassLoaderTest::testGetFallbackDirs |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|