public function ViewsData::getAll in Lightning Workflow 8.2
Same name and namespace in other branches
- 8.3 src/ViewsData.php \Drupal\lightning_workflow\ViewsData::getAll()
- 8 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 16
Class
- ViewsData
- Provides data to Views (i.e., via hook_views_data()).
Namespace
Drupal\lightning_workflowCode
public function getAll() {
return [];
}