public static function Views::handlerManager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Views.php \Drupal\views\Views::handlerManager()
Returns the plugin manager for a certain views handler type.
Return value
\Drupal\views\Plugin\ViewsHandlerManager
File
- core/
modules/ views/ src/ Views.php, line 113 - Contains \Drupal\views\Views.
Class
- Views
- Static service container wrapper for views.
Namespace
Drupal\viewsCode
public static function handlerManager($type) {
return \Drupal::service('plugin.manager.views.' . $type);
}