Search for export
- Search 7.x for export
- Search 9.5.x for export
- Search 10.3.x for export
- Search 11.x for export
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ExcludedModulesEventSubscriber::onConfigTransformExport | function | core/ |
Transform the storage which is used to export the configuration. |
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. |
ExportStorageManager | class | core/ |
The export storage manager dispatches an event for the export storage. |
ExportStorageManager.php | file | core/ |
|
ExportStorageManager::$active | property | core/ |
The active configuration storage. |
ExportStorageManager::$eventDispatcher | property | core/ |
The event dispatcher. |
ExportStorageManager::$lock | property | core/ |
The used lock backend instance. |
ExportStorageManager::$storage | property | core/ |
The database storage. |
ExportStorageManager::getStorage | function | core/ |
|
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/ |
|
ExportStorageManagerTest::setUp | function | core/ |
|
ExportStorageManagerTest::testGetStorage | function | core/ |
Test getting the export storage. |
ExportStorageManagerTest::testGetStorageLock | function | core/ |
Test 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 enable. |
LocaleExportTest::getCustomPoFile | function | core/ |
Helper function that returns a .po file which strings 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/ |
Test exportation of translations. |
LocaleExportTest::testExportTranslationTemplateFile | function | core/ |
Test exportation of translation template file. |
LocalePluralFormatTest::testPluralEditExport | function | core/ |
Tests plural editing and export functionality. |
rest-export-with-authentication-correction.php | file | core/ |
Test fixture for \Drupal\Tests\rest\Functional\Update\RestExportAuthCorrectionUpdateTest. |
rest-export-with-authentication.php | file | core/ |
Test fixture for \Drupal\rest\Tests\Update\RestExportAuthUpdateTest. |
RestExport | class | core/ |
The plugin that handles Data response callbacks for REST resources. |
RestExport.php | file | core/ |
|
RestExport::$authenticationCollector | property | core/ |
The collector of authentication providers. |
RestExport::$authenticationProviderIds | property | core/ |
The authentication providers, like 'cookie' and 'basic_auth'. |
RestExport::$authenticationProviders | property | core/ |
The authentication providers' modules, keyed by provider ID. |
RestExport::$contentType | property | core/ |
Overrides the content type of the data response, if needed. |
RestExport::$formatProviders | property | core/ |
The serialization format providers, keyed by format. |
RestExport::$mimeType | property | core/ |
The mime type for the response. |
RestExport::$renderer | property | core/ |
The renderer. |
RestExport::$usesAJAX | property | core/ |
Whether the display allows the use of AJAX or not. |
RestExport::$usesAreas | property | core/ |
Whether the display allows area plugins. |
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.