function SandwichBase::order

Same name in other branches
  1. 3.x modules/plugin_type_example/src/SandwichBase.php \Drupal\plugin_type_example\SandwichBase::order()
  2. 4.0.x modules/plugin_type_example/src/SandwichBase.php \Drupal\plugin_type_example\SandwichBase::order()

Overrides SandwichInterface::order

2 methods override SandwichBase::order()
ExampleHamSandwich::order in plugin_type_example/src/Plugin/Sandwich/ExampleHamSandwich.php
Place an order for a sandwich.
ExampleMeatballSandwich::order in plugin_type_example/src/Plugin/Sandwich/ExampleMeatballSandwich.php
Place an order for a sandwich.

File

plugin_type_example/src/SandwichBase.php, line 51

Class

SandwichBase
A base class to help developers implement their own sandwich plugins.

Namespace

Drupal\plugin_type_example

Code

public abstract function order(array $extras);