You are here

public function TaskManagerInterface::deleteTask in Search API 8

Deletes the task with the given ID.

Parameters

int $task_id: The task's ID.

1 method overrides TaskManagerInterface::deleteTask()
TaskManager::deleteTask in src/Task/TaskManager.php
Deletes the task with the given ID.

File

src/Task/TaskManagerInterface.php, line 65

Class

TaskManagerInterface
Defines the interface of the Search API task manager service.

Namespace

Drupal\search_api\Task

Code

public function deleteTask($task_id);