LocalePluralFormatTest::getPoFileWithComplexPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a complex plural formula. |
LocalePluralFormatTest::getPoFileWithMissingPlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a missing plural formula. |
LocalePluralFormatTest::getPoFileWithSimplePlural |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Returns a .po file with a simple plural formula. |
LocalePluralFormatTest::importPoFile |
function |
core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php |
Imports a standalone .po file in a given language. |
LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
Set database dump files to be used. |
LocaleUpdateBase::makePoFile |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateBase.php |
Creates a translation file and tests its timestamp. |
LocaleUpdateBase::setTranslationFiles |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateBase.php |
Setup the environment containing local and remote translation files. |
locale_form_system_file_system_settings_alter |
function |
core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for system_file_system_settings(). |
locale_system_file_system_settings_submit |
function |
core/modules/locale/locale.module |
Submit handler for the file system settings form. |
locale_translate_batch_import_files |
function |
core/modules/locale/locale.bulk.inc |
Prepare a batch to import all translations. |
locale_translate_delete_translation_files |
function |
core/modules/locale/locale.bulk.inc |
Deletes interface translation files and translation history records. |
locale_translate_file_attach_properties |
function |
core/modules/locale/locale.bulk.inc |
Generates file properties from filename and options. |
locale_translate_file_create |
function |
core/modules/locale/locale.bulk.inc |
Creates a file object and populates the timestamp property. |
locale_translate_get_interface_translation_files |
function |
core/modules/locale/locale.bulk.inc |
Get interface translation files present in the translations directory. |
locale_translation_file_history_delete |
function |
core/modules/locale/locale.module |
Deletes the history of downloaded translations. |
locale_translation_get_file_history |
function |
core/modules/locale/locale.module |
Gets current translation status from the {locale_file} table. |
locale_translation_source_check_file |
function |
core/modules/locale/locale.translation.inc |
Checks whether a po file exists in the local filesystem. |
locale_translation_update_file_history |
function |
core/modules/locale/locale.module |
Updates the {locale_file} table. |
LocalStream::getFileSystem |
function |
core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Returns file system service. |
logger.channel.file |
service |
core/core.services.yml |
Drupal\Core\Logger\LoggerChannel |
MailDsnSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php |
Set database dump files to be used. |
MaintenanceThemeUpdateRegistryTest::$profile |
property |
core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php |
The profile to install as a basis for testing. |
ManagedFile |
class |
core/modules/file/src/Element/ManagedFile.php |
Provides an AJAX/progress aware widget for uploading and saving a file. |
ManagedFile.php |
file |
core/modules/file/src/Element/ManagedFile.php |
|
ManagedFile::fileUsage |
function |
core/modules/file/src/Element/ManagedFile.php |
Wraps the file usage service. |
ManagedFile::getInfo |
function |
core/modules/file/src/Element/ManagedFile.php |
Returns the element properties for this element. |
ManagedFile::preRenderManagedFile |
function |
core/modules/file/src/Element/ManagedFile.php |
Render API callback: Hides display of the upload or remove controls. |
ManagedFile::processManagedFile |
function |
core/modules/file/src/Element/ManagedFile.php |
Render API callback: Expands the managed_file element type. |
ManagedFile::uploadAjaxCallback |
function |
core/modules/file/src/Element/ManagedFile.php |
#ajax callback for managed_file upload forms. |
ManagedFile::validateManagedFile |
function |
core/modules/file/src/Element/ManagedFile.php |
Render API callback: Validates the managed_file element. |
ManagedFile::valueCallback |
function |
core/modules/file/src/Element/ManagedFile.php |
Determines how user input is mapped to an element's #value property. |
ManagedFileTest |
class |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Managed file element test. |
ManagedFileTest.php |
file |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
|
ManagedFileTest::buildForm |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Form constructor. |
ManagedFileTest::getFormId |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Returns a unique string identifying the form. |
ManagedFileTest::submitForm |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Form submission handler. |
ManagedFileTest::testManagedFileElement |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Tests that managed file elements can be programmatically submitted. |
ManagedFileTest::validateForm |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Form validation handler. |
ManageGitIgnoreTest::$fileSystem |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php |
The Symfony FileSystem component. |
MaximumFileSizeExceededUploadTest |
class |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
Tests uploading a file that exceeds the maximum file size. |
MaximumFileSizeExceededUploadTest.php |
file |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
|
MaximumFileSizeExceededUploadTest::$defaultTheme |
property |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
The theme to install as the default for testing. |
MaximumFileSizeExceededUploadTest::$fileSystem |
property |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
The file system service. |
MaximumFileSizeExceededUploadTest::$modules |
property |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
Modules to install. |
MaximumFileSizeExceededUploadTest::$originalDisplayErrorsValue |
property |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
The original value of the 'display_errors' PHP configuration option. |
MaximumFileSizeExceededUploadTest::$user |
property |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
A test user. |
MaximumFileSizeExceededUploadTest::setUp |
function |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
|
MaximumFileSizeExceededUploadTest::tearDown |
function |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
|
MaximumFileSizeExceededUploadTest::testUploadFileExceedingMaximumFileSize |
function |
core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php |
Tests that uploading files exceeding maximum size are handled correctly. |
MediaEntityMetadataApiTest::$mediaFile |
property |
core/modules/ckeditor5/tests/src/Functional/MediaEntityMetadataApiTest.php |
The sample file media entity to use for testing. |