You are here

public function FruitInterface::display in Plug 7

Displays a fruit.

Return value

string The fruit representation.

1 method overrides FruitInterface::display()
Fruit::display in modules/plug_example/src/Plugin/fruit/Fruit.php
Displays a fruit.

File

modules/plug_example/src/Plugin/fruit/FruitInterface.php, line 18
Contains Drupal\plug_example\Plugin\fruit\FruitInterface

Class

FruitInterface

Namespace

Drupal\plug_example\Plugin\fruit

Code

public function display();