You are here

public function TaskInterface::setEntityTypeManager in Search API 8

Sets the entity type manager.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.

Return value

$this

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

File

src/Task/TaskInterface.php, line 83

Class

TaskInterface
Defines an interface for a Search API task.

Namespace

Drupal\search_api\Task

Code

public function setEntityTypeManager(EntityTypeManagerInterface $entityTypeManager);