function EntityDisplayModeBase::getTargetType

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php \Drupal\Core\Entity\EntityDisplayModeBase::getTargetType()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php \Drupal\Core\Entity\EntityDisplayModeBase::getTargetType()
  3. 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 79

Class

EntityDisplayModeBase
Base class for config entity types with settings for form and view modes.

Namespace

Drupal\Core\Entity

Code

public function getTargetType() {
    return $this->targetEntityType;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.