You are here

public function ScheduledTransitionsUtilityInterface::getApplicableBundles in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 src/ScheduledTransitionsUtilityInterface.php \Drupal\scheduled_transitions\ScheduledTransitionsUtilityInterface::getApplicableBundles()

Get list of entity type/bundles scheduled transitions can work with.

Return value

array Arrays of bundles keyed by entity type.

1 method overrides ScheduledTransitionsUtilityInterface::getApplicableBundles()
ScheduledTransitionsUtility::getApplicableBundles in src/ScheduledTransitionsUtility.php
Get list of entity type/bundles scheduled transitions can work with.

File

src/ScheduledTransitionsUtilityInterface.php, line 33

Class

ScheduledTransitionsUtilityInterface
Utilities for Scheduled Transitions module.

Namespace

Drupal\scheduled_transitions

Code

public function getApplicableBundles() : array;