You are here

public function ViewsData::getAll in Lightning Workflow 8.3

Same name and namespace in other branches
  1. 8 src/ViewsData.php \Drupal\lightning_workflow\ViewsData::getAll()
  2. 8.2 src/ViewsData.php \Drupal\lightning_workflow\ViewsData::getAll()

Returns all relevant data for Views.

Return value

array The data exposed to Views, in the format expected by hook_views_data().

File

src/ViewsData.php, line 21

Class

ViewsData
Provides data to Views (i.e., via hook_views_data()).

Namespace

Drupal\lightning_workflow

Code

public function getAll() {
  return [];
}