Search for load

  1. Search 7.x for load
  2. Search 9.5.x for load
  3. Search 8.9.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
twig.loader.string service core/core.services.yml Drupal\Core\Template\Loader\StringLoader
twig.loader.theme_registry service core/core.services.yml Drupal\Core\Template\Loader\ThemeRegistryLoader
TwigComponentLoader class core/modules/sdc/src/Twig/TwigComponentLoader.php Lets you load templates using the component ID.
TwigComponentLoader.php file core/modules/sdc/src/Twig/TwigComponentLoader.php
TwigComponentLoader::exists function core/modules/sdc/src/Twig/TwigComponentLoader.php
TwigComponentLoader::findTemplate function core/modules/sdc/src/Twig/TwigComponentLoader.php Finds a template in the file system based on the template name.
TwigComponentLoader::getCacheKey function core/modules/sdc/src/Twig/TwigComponentLoader.php
TwigComponentLoader::getSourceContext function core/modules/sdc/src/Twig/TwigComponentLoader.php
TwigComponentLoader::isFresh function core/modules/sdc/src/Twig/TwigComponentLoader.php
TwigComponentLoader::__construct function core/modules/sdc/src/Twig/TwigComponentLoader.php Constructs a new ComponentLoader object.
TwigExtensionTest::testTwigExtensionLoaded function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests that the provided Twig extension loads the service appropriately.
TwigLoaderTest class core/modules/system/tests/src/Kernel/Theme/TwigLoaderTest.php Tests adding Twig loaders.
TwigLoaderTest.php file core/modules/system/tests/src/Kernel/Theme/TwigLoaderTest.php
TwigLoaderTest::$modules property core/modules/system/tests/src/Kernel/Theme/TwigLoaderTest.php Modules to install.
TwigLoaderTest::testTwigLoaderAddition function core/modules/system/tests/src/Kernel/Theme/TwigLoaderTest.php Tests adding an additional twig loader to the loader chain.
TwigPhpStorageCache::load function core/lib/Drupal/Core/Template/TwigPhpStorageCache.php
TwigRegistryLoaderTest class core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Tests Twig registry loader.
TwigRegistryLoaderTest.php file core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
TwigRegistryLoaderTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php The theme to install as the default for testing.
TwigRegistryLoaderTest::$modules property core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Modules to install.
TwigRegistryLoaderTest::$twig property core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
TwigRegistryLoaderTest::assertTwigTemplate function core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Checks to see if a value is a Twig template.
TwigRegistryLoaderTest::setUp function core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
TwigRegistryLoaderTest::testTemplateDiscovery function core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Tests template discovery using the Drupal theme registry.
TwigRegistryLoaderTest::testTwigNamespaces function core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Tests template extension and includes using the Drupal theme registry.
TwigSettingsTest::testTwigAutoReloadOverride function core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php Ensures Twig template auto reload setting can be overridden.
TwigSettingsTest::testTwigInlineWithAutoReload function core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php Tests twig inline templates with auto_reload.
TwigThemeTestController::registryLoaderRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing the Twig registry loader.
Twig\Loader\LoaderInterface service core/core.services.yml
twig_loader_test.info.yml file core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml
twig_loader_test.services.yml file core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml
twig_loader_test.twig.test_loader service core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml Drupal\twig_loader_test\Loader\TestLoader
UnicornEditor::validateImageUploadSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php #element_validate handler for "image_upload" in buildConfigurationForm().
UpdatePathTestBase::testDatabaseLoaded function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Tests that the database was properly loaded.
UpdatePathTestBaseFilledTest::testDatabaseProperlyLoaded function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php Tests that the database was properly loaded.
UpdatePathTestBaseTest::testDatabaseProperlyLoaded function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that the database was properly loaded.
UpdatePathTestJavaScriptTest::testJavaScriptLoading function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php Tests JavaScript loading at update.php.
UpdateRegistry::$loadedFiles property core/lib/Drupal/Core/Update/UpdateRegistry.php A static cache of all the extension updates scanned for.
UpdateRegistry::loadUpdateFile function core/lib/Drupal/Core/Update/UpdateRegistry.php Loads the {$this->updateType}.php file for a given extension.
UpdateRegistry::loadUpdateFiles function core/lib/Drupal/Core/Update/UpdateRegistry.php Loads all update files for a given list of extension.
UpdateRegistry::scanExtensionsAndLoadUpdateFiles function core/lib/Drupal/Core/Update/UpdateRegistry.php Scans all module, theme, and profile extensions and load the update files.
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions
UpdateUploaderTestBase class core/modules/update/tests/src/Functional/UpdateUploaderTestBase.php Base test class for tests that test project upload functionality.
UpdateUploaderTestBase.php file core/modules/update/tests/src/Functional/UpdateUploaderTestBase.php
UpdateUploaderTestBase::setUp function core/modules/update/tests/src/Functional/UpdateUploaderTestBase.php
UpdateUploadTest class core/modules/update/tests/src/Functional/UpdateUploadTest.php Tests the Update Manager module's upload and extraction functionality.
UpdateUploadTest.php file core/modules/update/tests/src/Functional/UpdateUploadTest.php
UpdateUploadTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateUploadTest.php The theme to install as the default for testing.
UpdateUploadTest::$modules property core/modules/update/tests/src/Functional/UpdateUploadTest.php Modules to enable.
UpdateUploadTest::setUp function core/modules/update/tests/src/Functional/UpdateUploadTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.