Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ConfigSingleExportForm::create | function | core/ |
Instantiates a new instance of this class. |
ConfigSingleExportForm::findConfiguration | function | core/ |
Handles switching the configuration type selector. |
ConfigSingleExportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfigSingleExportForm::submitForm | function | core/ |
Form submission handler. |
ConfigSingleExportForm::updateConfigurationType | function | core/ |
Handles switching the configuration type selector. |
ConfigSingleExportForm::updateExport | function | core/ |
Handles switching the export textarea. |
ConfigSingleExportForm::__construct | function | core/ |
Constructs a new ConfigSingleImportForm. |
ConfigSingleImportExportTest | class | core/ |
Tests the user interface for importing/exporting a single configuration. |
ConfigSingleImportExportTest.php | file | core/ |
|
ConfigSingleImportExportTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigSingleImportExportTest::$modules | property | core/ |
Modules to enable. |
ConfigSingleImportExportTest::setUp | function | core/ |
|
ConfigSingleImportExportTest::testExport | function | core/ |
Tests exporting a single configuration file. |
ConfigSingleImportExportTest::testImport | function | core/ |
Tests importing a single configuration file. |
ConfigSingleImportExportTest::testImportSimpleConfiguration | function | core/ |
Tests importing a simple configuration file. |
ConfigSingleImportForm | class | core/ |
Provides a form for importing a single configuration file. |
ConfigSingleImportForm.php | file | core/ |
|
ConfigSingleImportForm::$configExists | property | core/ |
If the config exists, this is that object. Otherwise, FALSE. |
ConfigSingleImportForm::$configManager | property | core/ |
The configuration manager. |
ConfigSingleImportForm::$configStorage | property | core/ |
The config storage. |
ConfigSingleImportForm::$data | property | core/ |
The submitted data needing to be confirmed. |
ConfigSingleImportForm::$entityTypeManager | property | core/ |
The entity type manager. |
ConfigSingleImportForm::$eventDispatcher | property | core/ |
The event dispatcher. |
ConfigSingleImportForm::$lock | property | core/ |
The database lock object. |
ConfigSingleImportForm::$moduleExtensionList | property | core/ |
The module extension list. |
ConfigSingleImportForm::$moduleHandler | property | core/ |
The module handler. |
ConfigSingleImportForm::$moduleInstaller | property | core/ |
The module installer. |
ConfigSingleImportForm::$renderer | property | core/ |
The renderer service. |
ConfigSingleImportForm::$themeExtensionList | property | core/ |
The theme extension list. |
ConfigSingleImportForm::$themeHandler | property | core/ |
The theme handler. |
ConfigSingleImportForm::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigSingleImportForm::buildForm | function | core/ |
Form constructor. |
ConfigSingleImportForm::create | function | core/ |
Instantiates a new instance of this class. |
ConfigSingleImportForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
ConfigSingleImportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfigSingleImportForm::getQuestion | function | core/ |
Returns the question to ask the user. |
ConfigSingleImportForm::submitForm | function | core/ |
Form submission handler. |
ConfigSingleImportForm::validateForm | function | core/ |
Form validation handler. |
ConfigSingleImportForm::__construct | function | core/ |
Constructs a new ConfigSingleImportForm. |
ConfigSnapshotSubscriber | class | core/ |
Create a snapshot when config is imported. |
ConfigSnapshotSubscriber.php | file | core/ |
|
ConfigSnapshotSubscriber::$configManager | property | core/ |
The configuration manager. |
ConfigSnapshotSubscriber::$snapshotStorage | property | core/ |
The snapshot storage used to write configuration changes. |
ConfigSnapshotSubscriber::$sourceStorage | property | core/ |
The source storage used to discover configuration changes. |
ConfigSnapshotSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
ConfigSnapshotSubscriber::onConfigImporterImport | function | core/ |
Creates a config snapshot. |
ConfigSnapshotSubscriber::__construct | function | core/ |
Constructs the ConfigSnapshotSubscriber object. |
ConfigSnapshotTest | class | core/ |
Tests config snapshot creation and updating. |
ConfigSnapshotTest.php | file | core/ |
|
ConfigSnapshotTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.