Returns the plugin manager for a certain views handler type.
\Drupal\views\Plugin\ViewsHandlerManager
public static function handlerManager($type) { return \Drupal::service('plugin.manager.views.' . $type); }