You are here

protected function LearningPathCreateUserForm::entityTypeManager in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/Form/LearningPathCreateUserForm.php \Drupal\opigno_learning_path\Form\LearningPathCreateUserForm::entityTypeManager()

Get entity type manager.

Return value

\Drupal\Core\Entity\EntityTypeManagerInterface The entity type manager.

File

src/Form/LearningPathCreateUserForm.php, line 177

Class

LearningPathCreateUserForm
Members create form.

Namespace

Drupal\opigno_learning_path\Form

Code

protected function entityTypeManager() {
  return \Drupal::entityTypeManager();
}