You are here

public function DisplayPluginInterface::getOption 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::getOption()
  2. 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::getOption()

Gets an option, from this display or the default display.

20 calls to DisplayPluginInterface::getOption()
Feed::attachTo in core/modules/views/src/Plugin/views/display/Feed.php
Allows displays to attach to other views.
Feed::buildOptionsForm in core/modules/views/src/Plugin/views/display/Feed.php
Provides the default form for setting options.
Feed::newDisplay in core/modules/views/src/Plugin/views/display/Feed.php
Reacts on adding a display.
Feed::optionsSummary in core/modules/views/src/Plugin/views/display/Feed.php
Provides the default summary for options in the views UI.
Page::buildOptionsForm in core/modules/views/src/Plugin/views/display/Page.php
Provides the default form for setting options.

... See full list

File

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

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function getOption($option);