Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Views.php

function Views::pluginManager

Returns the plugin manager for a certain views plugin type.

Parameters

string $type: The plugin type, for example filter.

Return value

\Drupal\views\Plugin\ViewsPluginManager

1 call to Views::pluginManager()
DisplayPluginBase::initDisplay in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Initializes the display plugin.

File

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

Class

Views
Static service container wrapper for views.

Namespace

Drupal\views

Code

public static function pluginManager($type) {
    return \Drupal::service('plugin.manager.views.' . $type);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal