function SandwichInterface::description
Same name in other branches
- 3.x modules/plugin_type_example/src/SandwichInterface.php \Drupal\plugin_type_example\SandwichInterface::description()
- 8.x-1.x 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_exampleCode
public function description();