Search for import
- Search 7.x for import
- Search 9.5.x for import
- Search 8.9.x for import
- Search 11.x for import
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AssertConfigEntityImportTrait | trait | core/ |
Provides test assertions for testing config entity synchronization. |
AssertConfigEntityImportTrait.php | file | core/ |
|
AssertConfigEntityImportTrait::assertConfigEntityImport | function | core/ |
Asserts that a config entity can be imported without changing it. |
BlockContentSaveTest::testImport | function | core/ |
Checks whether content block IDs are saved properly during an import. |
BlockedIp::import | function | core/ |
|
BrowserTestBase::$configImporter | property | core/ |
The config importer that can be used in a test. |
BundleConfigImportValidate | class | core/ |
Entity config importer validation event subscriber. |
BundleConfigImportValidate.php | file | core/ |
|
BundleConfigImportValidate::$configManager | property | core/ |
The config manager. |
BundleConfigImportValidate::$entityTypeManager | property | core/ |
The entity type manager service. |
BundleConfigImportValidate::onConfigImporterValidate | function | core/ |
Ensures bundles that will be deleted are not in use. |
BundleConfigImportValidate::__construct | function | core/ |
Constructs the event subscriber. |
CheckpointStorageTest::getConfigImporter | function | core/ |
|
ComponentEntityDisplayBase::import | function | core/ |
|
config.importer_subscriber | service | core/ |
Drupal\Core\Config\Importer\FinalMissingContentSubscriber |
config.import_full.html.twig | file | core/ |
--- label: 'Importing your complete site configuration' related: - core.config_overview - config.export_full - config.import_single - config.export_single --- {% set import_link_text %}{% trans %}Import{% endtrans %}{% endset %} {% set… |
config.import_single.html.twig | file | core/ |
--- label: 'Importing a single configuration item' related: - core.config_overview - config.export_full - config.import_full - config.export_single --- {% set single_import_link_text %}{% trans %}Single item{% endtrans %}{% endset %} {% set… |
config.import_transformer | service | core/ |
Drupal\Core\Config\ImportStorageTransformer |
Config::import | function | core/ |
|
ConfigController::$importTransformer | property | core/ |
The import transformer service. |
ConfigEntityImportTest | class | core/ |
Tests ConfigEntity importing. |
ConfigEntityImportTest.php | file | core/ |
|
ConfigEntityImportTest::$modules | property | core/ |
|
ConfigEntityImportTest::assertConfigUpdateImport | function | core/ |
Asserts that config entities are updated during import. |
ConfigEntityImportTest::checkSinglePluginConfigSync | function | core/ |
Tests that a single set of plugin config stays in sync. |
ConfigEntityImportTest::doActionUpdate | function | core/ |
Tests updating an action during import. |
ConfigEntityImportTest::doBlockUpdate | function | core/ |
Tests updating a block during import. |
ConfigEntityImportTest::doFilterFormatUpdate | function | core/ |
Tests updating a filter format during import. |
ConfigEntityImportTest::doImageStyleUpdate | function | core/ |
Tests updating an image style during import. |
ConfigEntityImportTest::doSearchPageUpdate | function | core/ |
Tests updating a search page during import. |
ConfigEntityImportTest::doThirdPartySettingsUpdate | function | core/ |
Tests updating of third party settings. |
ConfigEntityImportTest::testConfigUpdateImport | function | core/ |
Runs test methods for each module within a single test run. |
ConfigEntityStorage::importCreate | function | core/ |
|
ConfigEntityStorage::importDelete | function | core/ |
|
ConfigEntityStorage::importRename | function | core/ |
|
ConfigEntityStorage::importUpdate | function | core/ |
|
ConfigEvents::IMPORT | constant | core/ |
Name of the event fired when importing configuration to target storage. |
ConfigEvents::IMPORT_MISSING_CONTENT | constant | core/ |
Name of event fired when missing content dependencies are detected. |
ConfigEvents::IMPORT_VALIDATE | constant | core/ |
Name of the event fired when validating imported configuration. |
ConfigEvents::STORAGE_TRANSFORM_IMPORT | constant | core/ |
Name of the event fired just before importing configuration. |
ConfigExportImportUITest | class | core/ |
Tests the user interface for importing/exporting configuration. |
ConfigExportImportUITest.php | file | core/ |
|
ConfigExportImportUITest::$contentType | property | core/ |
Holds a content type. |
ConfigExportImportUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigExportImportUITest::$fieldName | property | core/ |
Holds the randomly-generated name of a field. |
ConfigExportImportUITest::$fieldStorage | property | core/ |
Holds the field storage entity for $fieldName. |
ConfigExportImportUITest::$modules | property | core/ |
Modules to install. |
ConfigExportImportUITest::$newSlogan | property | core/ |
Holds a randomly generated new 'site slogan' for testing. |
ConfigExportImportUITest::$originalSlogan | property | core/ |
Holds the original 'site slogan' before testing. |
ConfigExportImportUITest::$tarball | property | core/ |
The contents of the config export tarball, held between test methods. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.