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