You are here

public function DisplayInfoInterface::getDisplayDescription in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 phpunit_example/src/DisplayInfoInterface.php \Drupal\phpunit_example\DisplayInfoInterface::getDisplayDescription()

Get displayable description.

@returns string The displayable description for the item this object represents.

File

modules/phpunit_example/src/DisplayInfoInterface.php, line 32

Class

DisplayInfoInterface
An interface to objects that provide displayable information.

Namespace

Drupal\phpunit_example

Code

public function getDisplayDescription();