41 calls to DisplayPluginBase::getOption()

Attachment::attachTo in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php
Attach to another view.
Attachment::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php
Provide the default form for setting options.
Attachment::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php
Provide the summary for attachment options in the views UI.
Attachment::renderPager in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php
Not all display plugins will suppert pager rendering.
Block::buildOptionsForm in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
Provide the default form for setting options.
Block::execute in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
The display block handler returns the structure necessary for a block.
Block::executeHookBlockList in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
The default block handler doesn't support configurable items, but extended block handlers might be able to do interesting stuff with it.
Block::getCacheType in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
Provide a single method to figure caching type, keeping a sensible default for when it's unset.
Block::optionsSummary in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
Provide the summary for page options in the views UI.
DisplayPluginBase::acceptAttachments in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Determines whether this display can use attachments.
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
DisplayPluginBase::getHandlers in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Get a full array of handlers for $type. This caches them.
DisplayPluginBase::getLinkDisplay in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Check to see which display to use when creating links within a view using this display.
DisplayPluginBase::getPath in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Return the base path to use for this display.
DisplayPluginBase::getPlugin in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Get the instance of a plugin, for example style or row.
DisplayPluginBase::init in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
DisplayPluginBase::isAJAXEnabled in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Whether the display is actually using AJAX or not.
DisplayPluginBase::isEnabled in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Whether the display is enabled.
DisplayPluginBase::isMoreEnabled in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Whether the display is using the 'more' link or not.
DisplayPluginBase::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default summary for options in the views UI.
DisplayPluginBase::preExecute in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Set up any variables on the view prior to execution. These are separated from execute because they are extremely common and unlikely to be overridden on an individual display.
DisplayPluginBase::renderMoreLink in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Render the 'more' link
DisplayPluginBase::setOverride in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Flip the override setting for the given section.
DisplayPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
DisplayPluginBase::useGroupBy in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Does the display have groupby enabled?
DisplayPluginBase::useMoreAlways in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Should the enabled display more link be shown when no more items?
DisplayPluginBase::useMoreText in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Does the display have custom link text?
DisplayPluginBase::validate in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Make sure the display and all associated handlers are valid.
DisplayPluginBase::viewSpecialBlocks in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Render any special blocks provided for this display.
DisplayTest::buildOptionsForm in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php
Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::buildOptionsForm().
DisplayTest::optionsSummary in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php
Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummaryv().
Feed::attachTo in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::attachTo().
Feed::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::buildOptionsForm().
Feed::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummary().
Page::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php
Overrides \Drupal\views\Plugin\views\display\callbackPluginBase::buildOptionsForm().
Page::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummary().
Page::validate in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::validate().
Page::validateOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php
Overrides \Drupal\views\Plugin\views\display\callbackPluginBase::validateOptionsForm().
PathPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::buildOptionsForm()..
PathPluginBase::executeHookMenu in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php
Add this display's path information to Drupal's menu system.
PathPluginBase::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummary().