You are here

public constant HookEventDispatcherInterface::ENTITY_BASE_FIELD_INFO in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::ENTITY_BASE_FIELD_INFO
  2. 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::ENTITY_BASE_FIELD_INFO

Provides custom base field definitions for a content entity type.

See also

core_event_dispatcher_entity_base_field_info()

hook_entity_base_field_info()

File

src/HookEventDispatcherInterface.php, line 243

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const ENTITY_BASE_FIELD_INFO = self::PREFIX . 'entity_base.field_info';