function SandwichInterface::description

Same name and namespace in other branches
  1. 3.x modules/plugin_type_example/src/SandwichInterface.php \Drupal\plugin_type_example\SandwichInterface::description()

Provide a description of the sandwich.

Return value

string A string description of the sandwich.

1 method overrides SandwichInterface::description()
SandwichBase::description in modules/plugin_type_example/src/SandwichBase.php
Provide a description of the sandwich.

File

modules/plugin_type_example/src/SandwichInterface.php, line 30

Class

SandwichInterface
An interface for all Sandwich type plugins.

Namespace

Drupal\plugin_type_example

Code

public function description();