public function PluginBase::destroy in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::destroy()
- 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
Namespace
Drupal\views\Plugin\viewsCode
public function destroy() {
unset($this->view, $this->display, $this->query);
}