EntityDeleteForm::getConfigManager

protected EntityDeleteForm::getConfigManager()

Gets the configuration manager.

Return value

\Drupal\Core\Config\ConfigManager The configuration manager.

File

core/lib/Drupal/Core/Entity/EntityDeleteForm.php, line 43

Class

EntityDeleteForm
Provides a generic base class for an entity deletion form.

Namespace

Drupal\Core\Entity

Code

protected function getConfigManager() {
  return \Drupal::service('config.manager');
}
doc_Drupal
2016-10-29 09:05:07
Comments
Leave a Comment

Please login to continue.