public EntityDisplayModeInterface::getTargetType()
Gets the entity type this display mode is used for.
Return value
string The entity type name.
File
- core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php, line 18
Class
- EntityDisplayModeInterface
- Provides an interface for entity types that hold form and view mode settings.
Namespace
Drupal\Core\Entity
Code
public function getTargetType();
Please login to continue.