public ViewUI::toArray()
Gets an array of all property values.
Return value
mixed[] An array of property values, keyed by property name.
Overrides EntityInterface::toArray
File
- core/modules/views_ui/src/ViewUI.php, line 1034
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
1 2 3 | public function toArray() { return $this ->storage->toArray(); } |
Please login to continue.