You are here

protected property ConfigSingleExportForm::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/config/src/Form/ConfigSingleExportForm.php, line 29
Contains \Drupal\config\Form\ConfigSingleExportForm.

Class

ConfigSingleExportForm
Provides a form for exporting a single configuration file.

Namespace

Drupal\config\Form

Code

protected $entityManager;