You are here

public static function IsExcludedImageStyle::getSubscribedEvents in Acquia Lift Connector 8.4

File

modules/acquia_lift_publisher/src/EventSubscriber/EnqueueEligibility/IsExcludedImageStyle.php, line 23

Class

IsExcludedImageStyle
Class IsExcludedImageStyle.

Namespace

Drupal\acquia_lift_publisher\EventSubscriber\EnqueueEligibility

Code

public static function getSubscribedEvents() {
  $events[ContentHubPublisherEvents::ENQUEUE_CANDIDATE_ENTITY][] = [
    'onEnqueueCandidateEntity',
    50,
  ];
  return $events;
}