You are here

public function NameInterface::displayName in Plug 7

Displays a name.

Return value

string The name representation.

1 method overrides NameInterface::displayName()
NameBase::displayName in modules/plug_example/src/Plugin/name/NameBase.php
Displays a name.

File

modules/plug_example/src/Plugin/name/NameInterface.php, line 18
Contains Drupal\plug_example\Plugin\name\NameInterface

Class

NameInterface

Namespace

Drupal\plug_example\Plugin\name

Code

public function displayName();