public function ViewUI::onChange

Implements \Drupal\Core\TypedData\TypedDataInterface::onChange().

Overrides ComplexDataInterface::onChange

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php, line 1135
Definition of Drupal\views_ui\ViewUI.

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function onChange($property_name) {
  $this->storage
    ->onChange($property_name);
}