PluginTypeExampleController::$sandwichManager

Same name in other branches
  1. 8.x-1.x plugin_type_example/src/Controller/PluginTypeExampleController.php \Drupal\plugin_type_example\Controller\PluginTypeExampleController::sandwichManager
  2. 4.0.x modules/plugin_type_example/src/Controller/PluginTypeExampleController.php \Drupal\plugin_type_example\Controller\PluginTypeExampleController::sandwichManager

The sandwich plugin manager.

We use this to get all of the sandwich plugins.

Type: \Drupal\plugin_type_example\SandwichPluginManager

File

modules/plugin_type_example/src/Controller/PluginTypeExampleController.php, line 21

Class

PluginTypeExampleController
Controller for our example pages.

Namespace

Drupal\plugin_type_example\Controller

Code

protected $sandwichManager;