ViewUI::toArray

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

public function toArray() {
  return $this->storage->toArray();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.