protected function IndexForm::getEntityManager in Elasticsearch Connector 8.6
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.2 src/Form/IndexForm.php \Drupal\elasticsearch_connector\Form\IndexForm::getEntityManager()
- 8.5 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 73
Class
- IndexForm
- Form controller for node type forms.
Namespace
Drupal\elasticsearch_connector\FormCode
protected function getEntityManager() {
return $this->entityTypeManager;
}