You are here

public function TestTaskWorker::getEventLog in Search API 8

Retrieves the event log.

Return value

string[][] The event log, with each event represented by an associative array of the task's properties.

File

tests/search_api_test_tasks/src/TestTaskWorker.php, line 91

Class

TestTaskWorker
Provides a task worker for testing purposes.

Namespace

Drupal\search_api_test_tasks

Code

public function getEventLog() {
  return $this->eventLog;
}