Search for load

  1. Search 7.x for load
  2. Search 8.9.x for load
  3. Search 10.3.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
ToolkitTest::testLoad function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests Image's methods.
tour_test_tour_load function core/modules/tour/tests/tour_test/tour_test.module Implements hook_ENTITY_TYPE_load() for tour.
TranslateFormBase::translateFilterLoadStrings function core/modules/locale/src/Form/TranslateFormBase.php Builds a string search query and returns an array of string objects.
TranslationTest::testTranslatableFieldSaveLoad function core/modules/field/tests/src/Kernel/TranslationTest.php Tests translatable fields storage/retrieval.
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig This line is from twig_theme_test/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
twig-registry-loader-test-include.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test-include.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test-include.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig This line is from twig_theme_test/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig {% extends "twig-registry-loader-test-extend.html.twig" %}

{% block content %}
{% include "twig-registry-loader-test-include.html.twig" %}
{% endblock %}
twig.loader service core/core.services.yml Twig\Loader\ChainLoader
twig.loader.filesystem service core/core.services.yml Drupal\Core\Template\Loader\FilesystemLoader
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
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/Functional/Theme/TwigLoaderTest.php Tests adding Twig loaders.
TwigLoaderTest.php file core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php
TwigLoaderTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php The theme to install as the default for testing.
TwigLoaderTest::$modules property core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php Modules to enable.
TwigLoaderTest::testTwigLoaderAddition function core/modules/system/tests/src/Functional/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 enable.
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_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
UidUpdateToSerialTest::testDatabaseLoaded function core/modules/user/tests/src/Functional/UidUpdateToSerialTest.php Tests user_update_9301().
UnicornEditor::validateImageUploadSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php #element_validate handler for "image_upload" in buildConfigurationForm().
UpdatePathTestBase::$loadedModules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Array of modules loaded when the test starts.
UpdatePathTestBaseTest::testDatabaseLoaded 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::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.

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