You are here

public static function TermParentCdfAttribute::getSubscribedEvents in Acquia Content Hub 8.2

File

src/EventSubscriber/CdfAttributes/TermParentCdfAttribute.php, line 21

Class

TermParentCdfAttribute
Creates the term parent cdf attribute.

Namespace

Drupal\acquia_contenthub\EventSubscriber\CdfAttributes

Code

public static function getSubscribedEvents() {
  return [
    AcquiaContentHubEvents::POPULATE_CDF_ATTRIBUTES => [
      [
        'onPopulateAttributes',
        100,
      ],
    ],
  ];
}