You are here

public function EntityRoutingMapBase::getTargetEntityType in Form mode manager 8

Same name and namespace in other branches
  1. 8.2 src/EntityRoutingMapBase.php \Drupal\form_mode_manager\EntityRoutingMapBase::getTargetEntityType()

Gets the target entity type.

Return value

string The target entity type.

Overrides EntityRoutingMapInterface::getTargetEntityType

File

src/EntityRoutingMapBase.php, line 149

Class

EntityRoutingMapBase
Base class for form mode manager entity routing plugin.

Namespace

Drupal\form_mode_manager

Code

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