You are here

public function TaskInterface::getData in Search API 8

Retrieves the additional data associated with this task, if any.

Return value

mixed|null The additional data.

1 method overrides TaskInterface::getData()
Task::getData in src/Entity/Task.php
Retrieves the additional data associated with this task, if any.

File

src/Task/TaskInterface.php, line 65

Class

TaskInterface
Defines an interface for a Search API task.

Namespace

Drupal\search_api\Task

Code

public function getData();