You are here

public function DisplayPluginInterface::setOption in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::setOption()
  2. 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::setOption()

Sets an option, on this display or the default display.

5 calls to DisplayPluginInterface::setOption()
Feed::newDisplay in core/modules/views/src/Plugin/views/display/Feed.php
Reacts on adding a display.
Feed::submitOptionsForm in core/modules/views/src/Plugin/views/display/Feed.php
Performs any necessary changes to the form values prior to storage.
Page::submitOptionsForm in core/modules/views/src/Plugin/views/display/Page.php
Performs any necessary changes to the form values prior to storage.
PathPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Performs any necessary changes to the form values prior to storage.
RestExport::submitOptionsForm in core/modules/rest/src/Plugin/views/display/RestExport.php
Performs any necessary changes to the form values prior to storage.

File

core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php, line 306

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function setOption($option, $value);