public function EntityQueueInterface::getEntitySettings in Entityqueue 8
Gets the selection settings used by a subqueue's 'items' reference field.
Return value
array An array with the following keys:
- target_type: The type of the entities that will be queued.
- handler: The entity reference selection handler that will be used by the subqueue's 'items' field.
- handler_settings: The entity reference selection handler settings that will be used by the subqueue's 'items' field.
1 method overrides EntityQueueInterface::getEntitySettings()
- EntityQueue::getEntitySettings in src/
Entity/ EntityQueue.php - Gets the selection settings used by a subqueue's 'items' reference field.
File
- src/
EntityQueueInterface.php, line 110
Class
- EntityQueueInterface
- Provides an interface defining a EntityQueue entity.
Namespace
Drupal\entityqueueCode
public function getEntitySettings();