You are here

public function TaskInterface::getEntityTypeManager in Search API 8

Retrieves the entity type manager.

Return value

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

1 method overrides TaskInterface::getEntityTypeManager()
Task::getEntityTypeManager in src/Entity/Task.php
Retrieves the entity type manager.

File

src/Task/TaskInterface.php, line 73

Class

TaskInterface
Defines an interface for a Search API task.

Namespace

Drupal\search_api\Task

Code

public function getEntityTypeManager();