You are here

public function PluginBase::destroy in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::destroy()
  2. 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::destroy()
1 method overrides PluginBase::destroy()
StylePluginBase::destroy in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Clears a plugin.

File

core/modules/views/src/Plugin/views/PluginBase.php, line 258

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

public function destroy() {
  unset($this->view, $this->display, $this->query);
}