Search for file
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
File | class | core/ |
File entity media source. |
File | class | core/ |
Defines the file entity class. |
File | class | core/ |
Field handler to provide simple renderer that allows linking to a file. |
File | class | core/ |
Tests creating managed files views with the wizard. |
File | class | core/ |
Drupal 6 file source from database. |
File | class | core/ |
Drupal 7 file source from database. |
File | class | core/ |
Provides a form element for uploading a file. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
LocaleImportFunctionalTest::getPoFileWithContext | function | core/ |
Helper function that returns a .po file with context. |
LocaleImportFunctionalTest::getPoFileWithEmptyMsgstr | function | core/ |
Helper function that returns a .po file with an empty last item. |
LocaleImportFunctionalTest::getPoFileWithMsgstr | function | core/ |
Helper function that returns a .po file with an empty last item. |
LocaleImportFunctionalTest::importPoFile | function | core/ |
Helper function: import a standalone .po file in a given language. |
LocaleImportFunctionalTest::testConfigPoFile | function | core/ |
Tests .po file import with configuration translation. |
LocaleImportFunctionalTest::testConfigTranslationImportingPoFile | function | core/ |
Tests .po file import with user.settings configuration. |
LocaleImportFunctionalTest::testStandalonePoFile | function | core/ |
Tests import of standalone .po files. |
LocaleJavascriptTranslationTest::testFileParsing | function | core/ |
@covers ::\_locale_parse_js_file[[api-linebreak]] |
LocalePluralFormatTest::getPoFileWithBrokenPlural | function | core/ |
Returns a .po file with a broken plural formula. |
LocalePluralFormatTest::getPoFileWithComplexPlural | function | core/ |
Returns a .po file with a complex plural formula. |
LocalePluralFormatTest::getPoFileWithMissingPlural | function | core/ |
Returns a .po file with a missing plural formula. |
LocalePluralFormatTest::getPoFileWithSimplePlural | function | core/ |
Returns a .po file with a simple plural formula. |
LocalePluralFormatTest::importPoFile | function | core/ |
Imports a standalone .po file in a given language. |
LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
LocaleUpdateBase::makePoFile | function | core/ |
Creates a translation file and tests its timestamp. |
LocaleUpdateBase::setTranslationFiles | function | core/ |
Setup the environment containing local and remote translation files. |
locale_system_file_system_settings_submit | function | core/ |
Submit handler for the file system settings form. |
locale_translate_batch_import_files | function | core/ |
Prepare a batch to import all translations. |
locale_translate_delete_translation_files | function | core/ |
Deletes interface translation files and translation history records. |
locale_translate_file_attach_properties | function | core/ |
Generates file properties from filename and options. |
locale_translate_file_create | function | core/ |
Creates a file object and populates the timestamp property. |
locale_translate_get_interface_translation_files | function | core/ |
Get interface translation files present in the translations directory. |
locale_translation_file_history_delete | function | core/ |
Deletes the history of downloaded translations. |
locale_translation_get_file_history | function | core/ |
Gets current translation status from the {locale_file} table. |
locale_translation_source_check_file | function | core/ |
Checks whether a po file exists in the local filesystem. |
locale_translation_update_file_history | function | core/ |
Updates the {locale_file} table. |
LocalStream::getFileSystem | function | core/ |
Returns file system service. |
LockFileValidator | class | core/ |
Checks that the active lock file is unchanged during stage operations. |
LockFileValidator.php | file | core/ |
|
LockFileValidator::$keyValue | property | core/ |
The key-value store. |
LockFileValidator::deleteHash | function | core/ |
Deletes the stored lock file hash. |
LockFileValidator::getHash | function | core/ |
Returns the XXH64 hash of a file. |
LockFileValidator::getSubscribedEvents | function | core/ |
|
LockFileValidator::KEY | constant | core/ |
The key under which to store the hash of the active lock file. |
LockFileValidator::storeHash | function | core/ |
Stores the XXH64 hash of the active lock file. |
LockFileValidator::validate | function | core/ |
Checks that the active lock file is unchanged during stage operations. |
LockFileValidator::__construct | function | core/ |
|
LockFileValidatorTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\Validator\LockFileValidator[[api-linebreak]] @group package_manager @internal |
LockFileValidatorTest.php | file | core/ |
|
LockFileValidatorTest::$activeDir | property | core/ |
The path of the active directory in the test project. |
LockFileValidatorTest::providerValidateStageEvents | function | core/ |
Data provider for test methods that validate the stage directory. |
LockFileValidatorTest::register | function | core/ |
Registers test-specific services. |
LockFileValidatorTest::setUp | function | core/ |
|
LockFileValidatorTest::testApplyWithNoChange | function | core/ |
Tests validation when the staged and active lock files are identical. |
LockFileValidatorTest::testCreateWithLock | function | core/ |
Tests that if an active lock file exists, a stage can be created. |
LockFileValidatorTest::testCreateWithNoLock | function | core/ |
Tests that if no active lock file exists, a stage cannot be created. |
LockFileValidatorTest::testLockFileChanged | function | core/ |
Tests validation when the lock file has changed. |
LockFileValidatorTest::testLockFileDeleted | function | core/ |
Tests validation when the lock file is deleted. |
LockFileValidatorTest::testNoStoredHash | function | core/ |
Tests exception when a stored hash of the active lock file is unavailable. |
LockFileValidatorTest::testStatusCheckAvailableStage | function | core/ |
Tests StatusCheckEvent when the stage is available. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.