function EntityDisplayModeBase::getTargetType
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php \Drupal\Core\Entity\EntityDisplayModeBase::getTargetType()
- 8.9.x core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php \Drupal\Core\Entity\EntityDisplayModeBase::getTargetType()
- 10 core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php \Drupal\Core\Entity\EntityDisplayModeBase::getTargetType()
Overrides EntityDisplayModeInterface::getTargetType
1 call to EntityDisplayModeBase::getTargetType()
- EntityDisplayModeBase::urlRouteParameters in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayModeBase.php - Gets an array of placeholders for this entity.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityDisplayModeBase.php, line 76
Class
- EntityDisplayModeBase
- Base class for config entity types with settings for form and view modes.
Namespace
Drupal\Core\EntityCode
public function getTargetType() {
return $this->targetEntityType;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.