hn-8.x-1.x-dev/src/Plugin/HnEntityManagerPlugin/EckEntityHandler.php
src/Plugin/HnEntityManagerPlugin/EckEntityHandler.php
<?php
namespace Drupal\hn\Plugin\HnEntityManagerPlugin;
/**
* Provides a HN Entity Handler for the ECK entity.
*
* @HnEntityManagerPlugin(
* id = "hn_eck_entity"
* )
*/
class EckEntityHandler extends FieldableEntityHandler {
protected $supports = 'Drupal\eck\Entity\EckEntityBundle';
}
