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 10.3.x for load
  5. Other projects
Title Object type File name Summary
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
UnicornEditor::validateImageUploadSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Render API callback: Image upload handler for confirmation form.
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 Tests get pending update functions with loaded modules but not enabled.
Upload class core/modules/file/src/Plugin/migrate/source/d6/Upload.php Drupal 6 upload source from database.
Upload.php file core/modules/file/src/Plugin/migrate/source/d6/Upload.php
Upload::fields function core/modules/file/src/Plugin/migrate/source/d6/Upload.php Returns available fields on the source.
Upload::getIds function core/modules/file/src/Plugin/migrate/source/d6/Upload.php Defines the source fields uniquely identifying a source row.
Upload::JOIN constant core/modules/file/src/Plugin/migrate/source/d6/Upload.php The join options between the node and the upload table.
Upload::prepareRow function core/modules/file/src/Plugin/migrate/source/d6/Upload.php Adds additional data to the row.
Upload::query function core/modules/file/src/Plugin/migrate/source/d6/Upload.php Prepares query object to retrieve data from the source database.
UploadedFileConstraint class core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php A constraint for UploadedFile objects.
UploadedFileConstraint.php file core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php
UploadedFileConstraint::$maxSize property core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php The upload max size. Defaults to checking the environment.
UploadedFileConstraint::$uploadErrorMessage property core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php The generic file upload error message.
UploadedFileConstraint::$uploadFormSizeErrorMessage property core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php The upload form size error message.
UploadedFileConstraint::$uploadIniSizeErrorMessage property core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php The upload ini size error message.
UploadedFileConstraint::$uploadNoFileErrorMessage property core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php The upload no file error message.
UploadedFileConstraint::$uploadPartialErrorMessage property core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php The upload partial error message.
UploadedFileConstraintValidator class core/modules/file/src/Validation/Constraint/UploadedFileConstraintValidator.php Constraint validator for uploaded files.
UploadedFileConstraintValidator.php file core/modules/file/src/Validation/Constraint/UploadedFileConstraintValidator.php
UploadedFileConstraintValidator::validate function core/modules/file/src/Validation/Constraint/UploadedFileConstraintValidator.php
UploadedFileConstraintValidatorTest class core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Tests the uploaded file validator.
UploadedFileConstraintValidatorTest.php file core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php
UploadedFileConstraintValidatorTest::$filename property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php The file name.
UploadedFileConstraintValidatorTest::$maxSize property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php The max 4 MB filesize to use for testing.
UploadedFileConstraintValidatorTest::$modules property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Modules to install.
UploadedFileConstraintValidatorTest::$path property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php The temporary file path.
UploadedFileConstraintValidatorTest::$validator property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php A validator.
UploadedFileConstraintValidatorTest::setUp function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php
UploadedFileConstraintValidatorTest::testValidateFail function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Tests validate fail.
UploadedFileConstraintValidatorTest::testValidateSuccess function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Tests validate success.
UploadedFileConstraintValidatorTest::validateProvider function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Data provider for ::testValidateFail.
UploadedFileInterface interface core/modules/file/src/Upload/UploadedFileInterface.php Provides an interface for uploaded files.
UploadedFileInterface.php file core/modules/file/src/Upload/UploadedFileInterface.php

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