You are here

protected property PluginTypeExampleController::$sandwichManager in Examples for Developers 8

Same name and namespace in other branches
  1. 3.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

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;