You are here

public function DisplayPluginBase::remove in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\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 2688

Class

DisplayPluginBase
Base class for views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function remove() {
}