public function EntityQueueInterface::getTargetEntityTypeId in Entityqueue 8
Gets the ID of the target entity type.
Return value
string The target entity type ID.
1 method overrides EntityQueueInterface::getTargetEntityTypeId()
- EntityQueue::getTargetEntityTypeId in src/
Entity/ EntityQueue.php - Gets the ID of the target entity type.
File
- src/
EntityQueueInterface.php, line 60
Class
- EntityQueueInterface
- Provides an interface defining a EntityQueue entity.
Namespace
Drupal\entityqueueCode
public function getTargetEntityTypeId();