Returns responses for config module routes.
Hierarchy
- class \Drupal\config\Controller\ConfigController implements ContainerInjectionInterface
File
- core/modules/config/src/Controller/ConfigController.php, line 19
Namespace
Drupal\config\Controller
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ConfigController::$configManager | protected | property | The configuration manager. |
ConfigController::$diffFormatter | protected | property | The diff formatter. |
ConfigController::$fileDownloadController | protected | property | The file download controller. |
ConfigController::$sourceStorage | protected | property | The source storage. |
ConfigController::$targetStorage | protected | property | The target storage. |
ConfigController::create | public static | function | Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create |
ConfigController::diff | public | function | Shows diff of specified configuration file. |
ConfigController::downloadExport | public | function | Downloads a tarball of the site configuration. |
ConfigController::__construct | public | function | Constructs a ConfigController object. |
Please login to continue.