public function PluginBase::destroy

Clears a plugin.

2 calls to PluginBase::destroy()
2 methods override PluginBase::destroy()

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php, line 171
Definition of Drupal\views\Plugin\views\PluginBase.

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

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