protected function EntityDeleteForm::getConfigManager in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/EntityDeleteForm.php \Drupal\Core\Entity\EntityDeleteForm::getConfigManager()
Gets the configuration manager.
Return value
\Drupal\Core\Config\ConfigManager The configuration manager.
1 call to EntityDeleteForm::getConfigManager()
- EntityDeleteForm::buildForm in core/
lib/ Drupal/ Core/ Entity/ EntityDeleteForm.php - Form constructor.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityDeleteForm.php, line 45
Class
- EntityDeleteForm
- Provides a generic base class for an entity deletion form.
Namespace
Drupal\Core\EntityCode
protected function getConfigManager() {
return \Drupal::service('config.manager');
}