Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityDisplayModeInterface.php

function EntityDisplayModeInterface::getDescription

Gets the display mode description.

Return value

string The display mode description.

1 method overrides EntityDisplayModeInterface::getDescription()
EntityDisplayModeBase::getDescription in core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php
Gets the display mode description.

File

core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php, line 36

Class

EntityDisplayModeInterface
Provides an interface for entity types that hold form and view mode settings.

Namespace

Drupal\Core\Entity

Code

public function getDescription() : string;
RSS feed
Powered by Drupal