Views::handlerManager

public static Views::handlerManager($type)

Returns the plugin manager for a certain views handler type.

Return value

\Drupal\views\Plugin\ViewsHandlerManager

File

core/modules/views/src/Views.php, line 108

Class

Views
Static service container wrapper for views.

Namespace

Drupal\views

Code

public static function handlerManager($type) {
  return \Drupal::service('plugin.manager.views.' . $type);
}
doc_Drupal
2016-10-29 09:54:49
Comments
Leave a Comment

Please login to continue.