protected static Toolbar::moduleHandler()
Wraps the module handler.
Return value
\Drupal\Core\Extension\ModuleHandlerInterface
File
- core/modules/toolbar/src/Element/Toolbar.php, line 112
Class
- Toolbar
- Provides a render element for the default Drupal toolbar.
Namespace
Drupal\toolbar\Element
Code
protected static function moduleHandler() { return \Drupal::moduleHandler(); }
Please login to continue.