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
UploadedFileValidator::__construct function core/modules/file/src/Validation/UploadedFileValidator.php Creates a new UploadedFileValidator.
UploadedFileValidatorInterface interface core/modules/file/src/Validation/UploadedFileValidatorInterface.php Validator for uploaded files.
UploadedFileValidatorInterface.php file core/modules/file/src/Validation/UploadedFileValidatorInterface.php
UploadedFileValidatorInterface::validate function core/modules/file/src/Validation/UploadedFileValidatorInterface.php Validates an uploaded file.
UploadedFileValidatorTest class core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php Tests the uploaded file validator.
UploadedFileValidatorTest.php file core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php
UploadedFileValidatorTest::$filename property core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php The file name.
UploadedFileValidatorTest::$maxSize property core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php The max 4 MB filesize to use for testing.
UploadedFileValidatorTest::$modules property core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php Modules to enable.
UploadedFileValidatorTest::$path property core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php The temporary file path.
UploadedFileValidatorTest::$validator property core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php The validator under test.
UploadedFileValidatorTest::setUp function core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php
UploadedFileValidatorTest::testValidateFail function core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php @covers ::validate
@dataProvider validateProvider
UploadedFileValidatorTest::testValidateSuccess function core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php @covers ::validate
UploadedFileValidatorTest::validateProvider function core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php Data provider for ::testValidateFail.
UploadInstance class core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Drupal 6 upload instance source from database.
UploadInstance.php file core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php
UploadInstance::doCount function core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Gets the source count using countQuery().
UploadInstance::fields function core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Returns available fields on the source.
UploadInstance::getIds function core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Defines the source fields uniquely identifying a source row.
UploadInstance::initializeIterator function core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Initializes the iterator with the source data.
UploadInstanceTest class core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php Tests D6 d6_upload_instance source plugin.
UploadInstanceTest.php file core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php
UploadInstanceTest::$modules property core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php Modules to install.
UploadInstanceTest::providerSource function core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php
UploadTest class core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php Tests D6 d6_upload source plugin.
UploadTest.php file core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php
UploadTest::$modules property core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php Modules to install.
UploadTest::providerSource function core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php
UserListBuilder::load function core/modules/user/src/UserListBuilder.php Loads entities of this type from storage for listing.
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php Check role on user object.
user_load_by_mail function core/modules/user/user.module Fetches a user object by email address.
user_load_by_name function core/modules/user/user.module Fetches a user object by account name.
VendorHardeningPlugin::onPostAutoloadDump function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_AUTOLOAD_DUMP event handler.
VersionHistoryController::loadRevisions function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates revisions of an entity relevant to the current language.
View::postLoad function core/modules/views/src/Entity/View.php Acts on loaded entities.
ViewListBuilder::load function core/modules/views_ui/src/ViewListBuilder.php Loads entities of this type from storage for listing.
ViewsConfigUpdater::needsOembedEagerLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add eager load option to all oembed type field configurations.
ViewsConfigUpdater::needsResponsiveImageLazyLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add lazy load options to all responsive_image type field configurations.
ViewsConfigUpdater::processOembedEagerLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes oembed type fields.
ViewsConfigUpdater::processResponsiveImageLazyLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes responsive_image type fields.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsConfigUpdaterTest::testNeedsResponsiveImageLazyLoadFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsResponsiveImageLazyLoadFieldUpdate
ViewsData::$fullyLoaded property core/modules/views/src/ViewsData.php Whether the data has been fully loaded in this request.
ViewsMenuLink::loadView function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Initializes the proper view.
ViewsModerationStateFilterTest::loadViewUnchanged function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Load a view from the database after it has been modified in a sub-request.
ViewStorageTest::loadTests function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests loading configuration entities.
views_entity_test_entity_load function core/modules/views/tests/modules/views_entity_test/views_entity_test.module Implements hook_entity_load().
views_post_update_oembed_eager_load function core/modules/views/views.post_update.php Add eager load option to all oembed type field configurations.
views_post_update_responsive_image_lazy_load function core/modules/views/views.post_update.php Add lazy load options to all responsive image type field configurations.

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