class ViewsData in Lightning Workflow 8.3
Same name and namespace in other branches
- 8 src/ViewsData.php \Drupal\lightning_workflow\ViewsData
- 8.2 src/ViewsData.php \Drupal\lightning_workflow\ViewsData
Provides data to Views (i.e., via hook_views_data()).
@internal This is an internal part of Lightning Workflow's integration with Views and may be changed or removed at any time. External code should not use or extend this class in any way!
Hierarchy
- class \Drupal\lightning_workflow\ViewsData
Expanded class hierarchy of ViewsData
1 string reference to 'ViewsData'
1 service uses ViewsData
File
- src/
ViewsData.php, line 13
Namespace
Drupal\lightning_workflowView source
class ViewsData {
/**
* Returns all relevant data for Views.
*
* @return array
* The data exposed to Views, in the format expected by hook_views_data().
*/
public function getAll() {
return [];
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ViewsData:: |
public | function | Returns all relevant data for Views. |