function PathPluginBase::create
Same name in other branches
- 8.9.x core/modules/views/src/Plugin/views/display/PathPluginBase.php \Drupal\views\Plugin\views\display\PathPluginBase::create()
- 10 core/modules/views/src/Plugin/views/display/PathPluginBase.php \Drupal\views\Plugin\views\display\PathPluginBase::create()
- 11.x core/modules/views/src/Plugin/views/display/PathPluginBase.php \Drupal\views\Plugin\views\display\PathPluginBase::create()
Overrides PluginBase::create
3 methods override PathPluginBase::create()
- Feed::create in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Creates an instance of the plugin.
- Page::create in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - Creates an instance of the plugin.
- RestExport::create in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Creates an instance of the plugin.
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php, line 64
Class
- PathPluginBase
- The base display plugin for path/callbacks. This is used for pages and feeds.
Namespace
Drupal\views\Plugin\views\displayCode
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
return new static($configuration, $plugin_id, $plugin_definition, $container->get('router.route_provider'), $container->get('state'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.