Defines a helper class for stuff related to views data.
Hierarchy
- class \Drupal\views\ViewsDataHelper
File
- core/modules/views/src/ViewsDataHelper.php, line 11
Namespace
Drupal\views
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ViewsDataHelper::$data | protected | property | The views data object, containing the cached information. |
| ViewsDataHelper::$fields | protected | property | A prepared list of all fields, keyed by base_table and handler type. |
| ViewsDataHelper::fetchedFieldSort | protected static | function | Sort function for fetched fields. |
| ViewsDataHelper::fetchFields | public | function | Fetches a list of all fields available for a given base type. |
| ViewsDataHelper::__construct | public | function | Constructs a ViewsData object. |
Please login to continue.