Search for export
- Search 7.x for export
- Search 9.5.x for export
- Search 8.9.x for export
- Search 10.3.x for export
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Exporter::exportTranslation | function | core/ |
Exports a single translation of a content entity. |
Exporter::__construct | function | core/ |
|
ExportForm | class | core/ |
Form for the Gettext translation files export form. |
ExportForm.php | file | core/ |
|
ExportForm::$fileSystem | property | core/ |
The file system service. |
ExportForm::$languageManager | property | core/ |
The language manager. |
ExportForm::buildForm | function | core/ |
Form constructor. |
ExportForm::create | function | core/ |
Instantiates a new instance of this class. |
ExportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ExportForm::submitForm | function | core/ |
Form submission handler. |
ExportForm::__construct | function | core/ |
Constructs a new ExportForm. |
ExportMetadata | class | core/ |
Collects metadata about an entity being exported. |
ExportMetadata.php | file | core/ |
|
ExportMetadata::$metadata | property | core/ |
The collected export metadata. |
ExportMetadata::addDependency | function | core/ |
Adds a dependency on another content entity. |
ExportMetadata::get | function | core/ |
Returns the collected metadata as an array. |
ExportMetadata::__construct | function | core/ |
|
ExportStorageManager | class | core/ |
The export storage manager dispatches an event for the export storage. |
ExportStorageManager.php | file | core/ |
|
ExportStorageManager::$storage | property | core/ |
The database storage. |
ExportStorageManager::getStorage | function | core/ |
Get the config storage. |
ExportStorageManager::LOCK_NAME | constant | core/ |
The name used to identify the lock. |
ExportStorageManager::__construct | function | core/ |
ExportStorageManager constructor. |
ExportStorageManagerTest | class | core/ |
Tests the export storage manager. |
ExportStorageManagerTest.php | file | core/ |
|
ExportStorageManagerTest::$modules | property | core/ |
Modules to install. |
ExportStorageManagerTest::setUp | function | core/ |
|
ExportStorageManagerTest::testGetStorage | function | core/ |
Tests getting the export storage. |
ExportStorageManagerTest::testGetStorageLock | function | core/ |
Tests the export storage when it is locked. |
LocaleExportTest | class | core/ |
Tests the exportation of locale files. |
LocaleExportTest.php | file | core/ |
|
LocaleExportTest::$adminUser | property | core/ |
A user able to create languages and export translations. |
LocaleExportTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LocaleExportTest::$modules | property | core/ |
Modules to install. |
LocaleExportTest::getCustomPoFile | function | core/ |
Returns a .po file that will be marked as customized. |
LocaleExportTest::getPoFile | function | core/ |
Helper function that returns a proper .po file. |
LocaleExportTest::getUntranslatedString | function | core/ |
Returns a .po file fragment with an untranslated string. |
LocaleExportTest::setUp | function | core/ |
|
LocaleExportTest::testExportTranslation | function | core/ |
Tests exportation of translations. |
LocaleExportTest::testExportTranslationTemplateFile | function | core/ |
Tests exportation of translation template file. |
LocalePluralFormatTest::testPluralEditExport | function | core/ |
Tests plural editing and export functionality. |
PreExportEvent | class | core/ |
Event dispatched before an entity is exported as default content. |
PreExportEvent.php | file | core/ |
|
PreExportEvent::$allowList | property | core/ |
Whether specific fields (keyed by name) should be exported or not. |
PreExportEvent::$callbacks | property | core/ |
An array of export callbacks, keyed by field type. |
PreExportEvent::getAllowList | function | core/ |
Returns a map of which fields should be exported. |
PreExportEvent::getCallbacks | function | core/ |
Returns the field export callbacks collected by this event. |
PreExportEvent::setCallback | function | core/ |
Sets the export callback for a specific field name or data type. |
PreExportEvent::setEntityKeyExportable | function | core/ |
Toggles whether a specific entity key should be exported. |
PreExportEvent::setExportable | function | core/ |
Toggles whether a specific field should be exported. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.