public function EntityQueue::getTargetEntityTypeId in Entityqueue 8
Gets the ID of the target entity type.
Return value
string The target entity type ID.
Overrides EntityQueueInterface::getTargetEntityTypeId
1 call to EntityQueue::getTargetEntityTypeId()
- EntityQueue::calculateDependencies in src/
Entity/ EntityQueue.php - Calculates dependencies and stores them in the dependency property.
File
- src/
Entity/ EntityQueue.php, line 118
Class
- EntityQueue
- Defines the EntityQueue entity class.
Namespace
Drupal\entityqueue\EntityCode
public function getTargetEntityTypeId() {
return $this->entity_settings['target_type'];
}