public function TransactionType::getTargetEntityTypeId in Transaction 8
Returns the target entity type ID of this transaction.
Return value
string The target entity type ID.
Overrides TransactionTypeInterface::getTargetEntityTypeId
1 call to TransactionType::getTargetEntityTypeId()
- TransactionType::urlRouteParameters in src/
Entity/ TransactionType.php - Gets an array of placeholders for this entity.
File
- src/
Entity/ TransactionType.php, line 109
Class
- TransactionType
- Provides a type of transaction.
Namespace
Drupal\transaction\EntityCode
public function getTargetEntityTypeId() {
return $this->target_entity_type;
}