You are here

public function DisplayInfoInterface::getDisplayName in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/phpunit_example/src/DisplayInfoInterface.php \Drupal\phpunit_example\DisplayInfoInterface::getDisplayName()

Get displayable name.

@returns string The display name for the item this object represents.

File

phpunit_example/src/DisplayInfoInterface.php, line 24

Class

DisplayInfoInterface
An interface to objects that provide displayable information.

Namespace

Drupal\phpunit_example

Code

public function getDisplayName();