function EntitySchemaSubscriber::onFieldableEntityTypeCreate

Overrides EntityTypeEventSubscriberTrait::onFieldableEntityTypeCreate

File

core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php, line 81

Class

EntitySchemaSubscriber
Defines a class for listening to entity schema changes.

Namespace

Drupal\workspaces\EventSubscriber

Code

public function onFieldableEntityTypeCreate(EntityTypeInterface $entity_type, array $field_storage_definitions) {
  $this->onEntityTypeCreate($entity_type);
}

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