Search for load
Title | Object type | File name | Summary |
---|---|---|---|
UpdateRegistry::scanExtensionsAndLoadUpdateFiles | function | core/ |
Scans all module, theme, and profile extensions and load the update files. |
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled | function | core/ |
@covers ::getPendingUpdateFunctions |
UpdateUploaderTestBase | class | core/ |
Base test class for tests that test project upload functionality. |
UpdateUploaderTestBase.php | file | core/ |
|
UpdateUploaderTestBase::setUp | function | core/ |
|
UpdateUploadTest | class | core/ |
Tests the Update Manager module's upload and extraction functionality. |
UpdateUploadTest.php | file | core/ |
|
UpdateUploadTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateUploadTest::$modules | property | core/ |
Modules to enable. |
UpdateUploadTest::setUp | function | core/ |
|
UpdateUploadTest::testFileNameExtensionMerging | function | core/ |
Ensures that archiver extensions are properly merged in the UI. |
UpdateUploadTest::testUpdateDirectory | function | core/ |
Tests only an *.info.yml file are detected without supporting files. |
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages | function | core/ |
Checks the messages on update manager pages when missing a security update. |
UpdateUploadTest::testUploadModule | function | core/ |
Tests upload, extraction, and update of a module. |
update_manager_download_batch_finished | function | core/ |
Batch callback: Performs actions when the download batch is completed. |
Upload | class | core/ |
Drupal 6 upload source from database. |
Upload.php | file | core/ |
|
Upload::fields | function | core/ |
Returns available fields on the source. |
Upload::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
Upload::JOIN | constant | core/ |
The join options between the node and the upload table. |
Upload::prepareRow | function | core/ |
Adds additional data to the row. |
Upload::query | function | core/ |
|
UploadedFileConstraint | class | core/ |
A constraint for UploadedFile objects. |
UploadedFileConstraint.php | file | core/ |
|
UploadedFileConstraint::$maxSize | property | core/ |
The upload max size. Defaults to checking the environment. |
UploadedFileConstraint::$uploadErrorMessage | property | core/ |
The generic file upload error message. |
UploadedFileConstraint::$uploadFormSizeErrorMessage | property | core/ |
The upload form size error message. |
UploadedFileConstraint::$uploadIniSizeErrorMessage | property | core/ |
The upload ini size error message. |
UploadedFileConstraint::$uploadNoFileErrorMessage | property | core/ |
The upload no file error message. |
UploadedFileConstraint::$uploadPartialErrorMessage | property | core/ |
The upload partial error message. |
UploadedFileConstraintValidator | class | core/ |
Constraint validator for uploaded files. |
UploadedFileConstraintValidator.php | file | core/ |
|
UploadedFileConstraintValidator::validate | function | core/ |
|
UploadedFileConstraintValidatorTest | class | core/ |
Tests the uploaded file validator. |
UploadedFileConstraintValidatorTest.php | file | core/ |
|
UploadedFileConstraintValidatorTest::$filename | property | core/ |
The file name. |
UploadedFileConstraintValidatorTest::$maxSize | property | core/ |
The max 4 MB filesize to use for testing. |
UploadedFileConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
UploadedFileConstraintValidatorTest::$path | property | core/ |
The temporary file path. |
UploadedFileConstraintValidatorTest::$validator | property | core/ |
A validator. |
UploadedFileConstraintValidatorTest::setUp | function | core/ |
|
UploadedFileConstraintValidatorTest::testValidateFail | function | core/ |
@covers ::validate @dataProvider validateProvider |
UploadedFileConstraintValidatorTest::testValidateSuccess | function | core/ |
@covers ::validate |
UploadedFileConstraintValidatorTest::validateProvider | function | core/ |
Data provider for ::testValidateFail. |
UploadedFileInterface | interface | core/ |
Provides an interface for uploaded files. |
UploadedFileInterface.php | file | core/ |
|
UploadedFileInterface::getClientOriginalName | function | core/ |
Returns the original file name. |
UploadedFileInterface::getFilename | function | core/ |
Gets the filename. |
UploadedFileInterface::getPathname | function | core/ |
Gets the path to the file. |
UploadedFileInterface::getRealPath | function | core/ |
Gets the absolute path to the file. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.