protected property PluginTypeExampleController::$sandwichManager in Examples for Developers 3.x
Same name and namespace in other branches
- 8 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\ControllerCode
protected $sandwichManager;