20 calls to DisplayPluginInterface::getOption() in Drupal 10
- 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.
- Page::calculateDependencies in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - 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 - Make sure the display and all associated handlers are valid.
- Page::validateOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - Validates the options form.
- PathPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Provides the default form for setting options.
- 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 - Make sure the display and all associated handlers are valid.
- RestExport::buildOptionsForm in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Provides the default form for setting options.
- 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.