53 calls to DisplayPluginBase::getOption()
- Attachment::attachTo in core/
modules/ views/ src/ Plugin/ views/ display/ Attachment.php - Allows displays to attach to other views.
- Attachment::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ Attachment.php - Provide the default form for setting options.
- Attachment::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ Attachment.php - Provide the summary for attachment options in the views UI.
- Attachment::renderPager in core/
modules/ views/ src/ Plugin/ views/ display/ Attachment.php - Checks to see if the display plugins support pager rendering.
- Block::blockForm in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - Adds the configuration form elements specific to this views block plugin.
- Block::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - Provide the default form for setting options.
- Block::execute in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - The display block handler returns the structure necessary for a block.
- Block::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - Provide the summary for page options in the views UI.
- DisplayPluginBase::acceptAttachments in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Determines whether this display can use attachments.
- DisplayPluginBase::ajaxEnabled in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Whether the display is actually using AJAX or not.
- DisplayPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Provide a form to edit options for this plugin.
- DisplayPluginBase::buildRenderingLanguageOptions in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Returns the available rendering strategies for language-aware entities.
- DisplayPluginBase::getHandlers in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Get a full array of handlers for $type. This caches them.
- DisplayPluginBase::getLinkDisplay in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Returns the ID of the display to use when making links.
- DisplayPluginBase::getMoreUrl in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Get the more URL for this view.
- DisplayPluginBase::getPath in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Returns the base path to use for this display.
- DisplayPluginBase::getPlugin in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Get the instance of a plugin, for example style or row.
- DisplayPluginBase::isEnabled in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Whether the display is enabled.
- DisplayPluginBase::isMoreEnabled in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Whether the display is using the 'more' link or not.
- DisplayPluginBase::mergeHandler in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Merges handlers default values.
- DisplayPluginBase::mergePlugin in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Merges plugins default values.
- DisplayPluginBase::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Provides the default summary for options in the views UI.
- DisplayPluginBase::setOverride in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Flip the override setting for the given section.
- DisplayPluginBase::submitOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Handle any special handling on the validate form.
- DisplayPluginBase::useGroupBy in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Does the display have groupby enabled?
- DisplayPluginBase::useMoreAlways in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Should the enabled display more link be shown when no more items?
- DisplayPluginBase::useMoreText in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Does the display have custom link text?
- DisplayPluginBase::validate in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Validate that the plugin is correct and can be saved.
- DisplayPluginBase::viewExposedFormBlocks in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Renders the exposed form as block.
- DisplayTest::buildOptionsForm in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ display/ DisplayTest.php - Provide a form to edit options for this plugin.
- DisplayTest::optionsSummary in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ display/ DisplayTest.php - Provides the default summary for options in the views UI.
- EntityReference::query in core/
modules/ views/ src/ Plugin/ views/ display/ EntityReference.php - Add anything to the query that we might need to.
- EntityReference::validate in core/
modules/ views/ src/ Plugin/ views/ display/ EntityReference.php - Validate that the plugin is correct and can be saved.
- 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 - Provide a form to edit options for this plugin.
- 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 - Provide a form to edit options for this plugin.
- Page::calculateDependencies in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - Calculates dependencies for the configured plugin.
- Page::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - Provides the default summary for options in the views UI.
- Page::validate in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - Validate that the plugin is correct and can be saved.
- Page::validateOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - Validate the options form.
- PathPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Provide a form to edit options for this plugin.
- PathPluginBase::collectRoutes in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Adds the route entry of a view to the collection.
- PathPluginBase::getMenuLinks in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Gets menu links, if this display provides some.
- PathPluginBase::getPath in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Returns the base path to use for this display.
- PathPluginBase::getRoute in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Generates a route entry for a given view and display.
- PathPluginBase::isDefaultTabPath in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Determines if this display's path is a default tab.
- PathPluginBase::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Provides the default summary for options in the views UI.
- PathPluginBase::validate in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Validate that the plugin is correct and can be saved.
- RestExport::buildOptionsForm in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Provide a form to edit options for this plugin.
- RestExport::collectRoutes in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Adds the route entry of a view to the collection.
- RestExport::optionsSummary in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Provides the default summary for options in the views UI.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.