You are here

public function EntityRoutingMapInterface::getTargetEntityType in Form mode manager 8

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

Gets the target entity type.

Return value

string The target entity type.

1 method overrides EntityRoutingMapInterface::getTargetEntityType()
EntityRoutingMapBase::getTargetEntityType in src/EntityRoutingMapBase.php
Gets the target entity type.

File

src/EntityRoutingMapInterface.php, line 48

Class

EntityRoutingMapInterface
EntityRoutingMapInterface interface class.

Namespace

Drupal\form_mode_manager

Code

public function getTargetEntityType();