function ViewsEntitySchemaSubscriber::getSubscribedEvents

File

core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 109

Class

ViewsEntitySchemaSubscriber
Reacts to changes on entity types to update all views entities.

Namespace

Drupal\views\EventSubscriber

Code

public static function getSubscribedEvents() : array {
  return static::getEntityTypeEvents();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.