Same name and namespace in other branches
  1. 8.9.x core/modules/views/src/Plugin/views/ViewsPluginInterface.php \Drupal\views\Plugin\views\ViewsPluginInterface::init()
  2. 9 core/modules/views/src/Plugin/views/ViewsPluginInterface.php \Drupal\views\Plugin\views\ViewsPluginInterface::init()

Initialize the plugin.

Parameters

\Drupal\views\ViewExecutable $view: The view object.

\Drupal\views\Plugin\views\display\DisplayPluginBase $display: The display handler.

array $options: The options configured for this plugin.

3 calls to ViewsPluginInterface::init()
Permissions::init in core/modules/user/src/Plugin/views/field/Permissions.php
Initialize the plugin.
Roles::init in core/modules/user/src/Plugin/views/field/Roles.php
Initialize the plugin.
TaxonomyIndexTid::init in core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
Initialize the plugin.
3 methods override ViewsPluginInterface::init()
Permissions::init in core/modules/user/src/Plugin/views/field/Permissions.php
Initialize the plugin.
Roles::init in core/modules/user/src/Plugin/views/field/Roles.php
Initialize the plugin.
TaxonomyIndexTid::init in core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
Initialize the plugin.

File

core/modules/views/src/Plugin/views/ViewsPluginInterface.php, line 81

Class

ViewsPluginInterface
Provides an interface for all views plugins.

Namespace

Drupal\views\Plugin\views

Code

public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL);