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. Search main for load
  6. Other projects
Title Object type File name Summary
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::__construct function core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php #[HasNamedArguments]
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
UploadedFileInterface::getClientOriginalName function core/modules/file/src/Upload/UploadedFileInterface.php Returns the original file name.
UploadedFileInterface::getFilename function core/modules/file/src/Upload/UploadedFileInterface.php Gets the filename.
UploadedFileInterface::getPathname function core/modules/file/src/Upload/UploadedFileInterface.php Gets the path to the file.
UploadedFileInterface::getRealPath function core/modules/file/src/Upload/UploadedFileInterface.php Gets the absolute path to the file.
UploadedFileInterface::getSize function core/modules/file/src/Upload/UploadedFileInterface.php Gets file size.
UploadedFileInterface::validate function core/modules/file/src/Upload/UploadedFileInterface.php Validates the uploaded file information.
UploadHelpTest class core/modules/file/tests/src/Kernel/UploadHelpTest.php Tests the output of the file upload help.
UploadHelpTest.php file core/modules/file/tests/src/Kernel/UploadHelpTest.php
UploadHelpTest::$modules property core/modules/file/tests/src/Kernel/UploadHelpTest.php Modules to install.
UploadHelpTest::testUnlimitedFileSize function core/modules/file/tests/src/Kernel/UploadHelpTest.php Verify the size limit text does not appear if the size is unlimited.
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 Provides source data for ::testSource.
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 Provides source data for ::testSource.
UserFieldValueTest::testFastPathMatchesTypedDataOnLoadedEntity function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that fast scalar access matches typed data without field init.
UserListBuilder::load function core/modules/user/src/UserListBuilder.php Loads entities of this type from storage for listing.

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