public static function ExcludeContentFieldBase::getSubscribedEvents in Acquia Content Hub 8.2
File
- src/
EventSubscriber/ ExcludeContentField/ ExcludeContentFieldBase.php, line 29
Class
- ExcludeContentFieldBase
- Class ExcludeContentFieldBase.
Namespace
Drupal\acquia_contenthub\EventSubscriber\ExcludeContentFieldCode
public static function getSubscribedEvents() {
$events[AcquiaContentHubEvents::EXCLUDE_CONTENT_ENTITY_FIELD][] = [
'excludeContentField',
self::$priority,
];
return $events;
}