public static function EntityTypeBundleCdfAttribute::getSubscribedEvents in Acquia Content Hub 8.2
File
- src/
EventSubscriber/ CdfAttributes/ EntityTypeBundleCdfAttribute.php, line 26
Class
- EntityTypeBundleCdfAttribute
- Extract basic entity information and creates attributes for them.
Namespace
Drupal\acquia_contenthub\EventSubscriber\CdfAttributesCode
public static function getSubscribedEvents() {
$events[AcquiaContentHubEvents::POPULATE_CDF_ATTRIBUTES][] = [
'onPopulateAttributes',
100,
];
return $events;
}