function DisplayPluginBase::remove

Reacts on deleting a display.

Overrides DisplayPluginInterface::remove

1 call to DisplayPluginBase::remove()
Block::remove in core/modules/views/src/Plugin/views/display/Block.php
Reacts on deleting a display.
2 methods override DisplayPluginBase::remove()
Block::remove in core/modules/views/src/Plugin/views/display/Block.php
Reacts on deleting a display.
PathPluginBase::remove in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Reacts on deleting a display.

File

core/modules/views/src/Plugin/views/display/DisplayPluginBase.php, line 2700

Class

DisplayPluginBase
Base class for views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function remove() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.