public function ScheduledTransitionsUtilityInterface::getApplicableBundles in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x 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 31
Class
- ScheduledTransitionsUtilityInterface
- Utilities for Scheduled Transitions module.
Namespace
Drupal\scheduled_transitionsCode
public function getApplicableBundles() : array;