protected function IndexForm::getEntityManager in Elasticsearch Connector 8.2
Same name and namespace in other branches
- 8.7 src/Form/IndexForm.php \Drupal\elasticsearch_connector\Form\IndexForm::getEntityManager()
- 8 src/Form/IndexForm.php \Drupal\elasticsearch_connector\Form\IndexForm::getEntityManager()
- 8.5 src/Form/IndexForm.php \Drupal\elasticsearch_connector\Form\IndexForm::getEntityManager()
- 8.6 src/Form/IndexForm.php \Drupal\elasticsearch_connector\Form\IndexForm::getEntityManager()
Get the entity manager.
Return value
\Drupal\Core\Entity\EntityManager An instance of EntityManager.
File
- src/
Form/ IndexForm.php, line 66 - Contains \Drupal\elasticsearch_connector\Form\IndexForm.
Class
- IndexForm
- Form controller for node type forms.
Namespace
Drupal\elasticsearch_connector\FormCode
protected function getEntityManager() {
return $this->entityTypeManager;
}