You are here

interface PluginInterface in Views (for Drupal 7) 8.3

Hierarchy

Expanded class hierarchy of PluginInterface

All classes that implement PluginInterface

1 file declares its use of PluginInterface
QueryInterface.php in lib/Drupal/views/Plugin/views/query/QueryInterface.php
Definition of Drupal\views\Plugin\query\QueryInterface.

File

lib/Drupal/views/Plugin/views/PluginInterface.php, line 12
Definition of Drupal\views\Plugin\PluginInterface.

Namespace

Drupal\views\Plugin\views
View source
interface PluginInterface extends PluginInspectionInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2