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
1 2 3 | protected function getConfigManager() { return \Drupal::service( 'config.manager' ); } |
Please login to continue.