public function DisplayPluginInterface::remove in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::remove()
Reacts on deleting a display.
1 method overrides DisplayPluginInterface::remove()
- DisplayPluginBase::remove in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Reacts on deleting a display.
File
- core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginInterface.php, line 535
Class
- DisplayPluginInterface
- Provides an interface for Views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function remove();