public function TaskInterface::getType in Search API 8
Retrieves the task type.
Return value
string The task type.
1 method overrides TaskInterface::getType()
- Task::getType in src/
Entity/ Task.php - Retrieves the task type.
File
- src/
Task/ TaskInterface.php, line 19
Class
- TaskInterface
- Defines an interface for a Search API task.
Namespace
Drupal\search_api\TaskCode
public function getType();