function DisplayInfoInterface::getDisplayName
Same name in other branches
- 8.x-1.x phpunit_example/src/DisplayInfoInterface.php \Drupal\phpunit_example\DisplayInfoInterface::getDisplayName()
- 4.0.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
-
modules/
phpunit_example/ src/ DisplayInfoInterface.php, line 24
Class
- DisplayInfoInterface
- An interface to objects that provide displayable information.
Namespace
Drupal\phpunit_exampleCode
public function getDisplayName();