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. |
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 |
MakeLayoutUntranslatableUpdatePathTestBase::setDatabaseDumpFiles |
function |
core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php |
Set database dump files to be used. |
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. |
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 enable. |
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. |
MediaHalJsonAnonTest::getExpectedNormalizedFileEntity |
function |
core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php |
Gets the expected file entity. |
MediaLibrarySetAdministrativePageToTableDisplayTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php |
Set database dump files to be used. |
MediaLibraryTestBase::addMediaFileToField |
function |
core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php |
Waits for a file field to exist before uploading. |
MediaLibraryUpdate8704Test::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdate8704Test.php |
Set database dump files to be used. |
MediaLibraryUpdateCheckboxClassesTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateCheckboxClassesTest.php |
Set database dump files to be used. |
MediaLibraryUpdateFormAndViewDisplaysTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateFormAndViewDisplaysTest.php |
Set database dump files to be used. |
MediaLibraryUpdateViewLangcodeFiltersTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewLangcodeFiltersTest.php |
Set database dump files to be used. |
MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest.php |
Set database dump files to be used. |
MediaLibraryUpdateViewStatusExtraFilterTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewStatusExtraFilterTest.php |
Set database dump files to be used. |
MediaLibraryUpdateViewTableDisplayTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php |
Set database dump files to be used. |
MediaLibraryUpdateWidgetViewTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateWidgetViewTest.php |
Set database dump files to be used. |
MediaResourceTestBase::getExpectedNormalizedFileEntity |
function |
core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php |
Gets the expected file entity. |