public static function EntityQueueInterface::loadMultipleByTargetType in Entityqueue 8
Loads one or more queues based on their target entity type.
Parameters
string $target_entity_type_id: The target entity type ID.
Return value
static[] An array of entity queue objects, indexed by their IDs.
1 method overrides EntityQueueInterface::loadMultipleByTargetType()
- EntityQueue::loadMultipleByTargetType in src/
Entity/ EntityQueue.php
File
- src/
EntityQueueInterface.php, line 134
Class
- EntityQueueInterface
- Provides an interface defining a EntityQueue entity.
Namespace
Drupal\entityqueueCode
public static function loadMultipleByTargetType($target_entity_type_id);