crocheteer-8.x-1.0/src/Plugin/Hook/EntityType/HookEntityBaseFieldInfoPlugin.php
src/Plugin/Hook/EntityType/HookEntityBaseFieldInfoPlugin.php
<?php
namespace Drupal\crocheteer\Plugin\Hook\EntityType;
use Drupal\crocheteer\Plugin\Hook\HookPlugin;
/**
* Base class for Hook Entity Base Field Info Plugins.
*
* @property-read \Drupal\hook_event_dispatcher\Event\EntityType\EntityBaseFieldInfoEvent $event
*/
abstract class HookEntityBaseFieldInfoPlugin extends HookPlugin {}
