Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
FilterPluginBase::multipleExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Returns TRUE if users can select multiple groups items of a
grouped exposed filter.
FilterPluginBase::operatorForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for setting the operator.
FilterPluginBase::operatorOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Provide a list of options for the default operator form.
Should be overridden by classes that don't override operatorForm
FilterPluginBase::operatorSubmit function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
FilterPluginBase::operatorValidate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the operator form.
FilterPluginBase::prepareFilterSelectOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Sanitizes the HTML select element's options.
FilterPluginBase::query function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Add this filter to the query.
FilterPluginBase::showBuildGroupButton function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the build_group/hide button.
FilterPluginBase::showBuildGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the exposed options form.
FilterPluginBase::showExposeButton function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the expose/hide button.
FilterPluginBase::showOperatorForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the operator form.
FilterPluginBase::showValueForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the value form.
FilterPluginBase::storeExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::storeGroupInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php If set to remember exposed input in the session, store it there.
This function is similar to storeExposedInput but modified to
work properly when the filter is a group.
FilterPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Simple submit handler
FilterPluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::validate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::validateExposeForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the options form.
FilterPluginBase::validateIdentifier function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validates a filter identifier.
FilterPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Simple validate handler
FilterPluginBase::valueForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for setting options.
FilterPluginBase::valueSubmit function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
FilterPluginBase::valueValidate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the options form.
FilterPluginCollection class core/modules/filter/src/FilterPluginCollection.php A collection of filters.
FilterPluginCollection.php file core/modules/filter/src/FilterPluginCollection.php
FilterPluginCollection::$definitions property core/modules/filter/src/FilterPluginCollection.php All possible filter plugin IDs.
FilterPluginCollection::get function core/modules/filter/src/FilterPluginCollection.php
FilterPluginCollection::getAll function core/modules/filter/src/FilterPluginCollection.php Retrieves filter definitions and creates an instance for each filter.
FilterPluginCollection::getConfiguration function core/modules/filter/src/FilterPluginCollection.php
FilterPluginCollection::initializePlugin function core/modules/filter/src/FilterPluginCollection.php
FilterPluginCollection::sort function core/modules/filter/src/FilterPluginCollection.php
FilterPluginCollection::sortHelper function core/modules/filter/src/FilterPluginCollection.php
FilterPluginManager class core/modules/filter/src/FilterPluginManager.php Manages text processing filters.
FilterPluginManager.php file core/modules/filter/src/FilterPluginManager.php
FilterPluginManager::getFallbackPluginId function core/modules/filter/src/FilterPluginManager.php
FilterPluginManager::__construct function core/modules/filter/src/FilterPluginManager.php Constructs a FilterPluginManager object.
FilterProcessResult class core/modules/filter/src/FilterProcessResult.php Used to return values from a text filter plugin's processing method.
FilterProcessResult.php file core/modules/filter/src/FilterProcessResult.php
FilterProcessResult::$processedText property core/modules/filter/src/FilterProcessResult.php The processed text.
FilterProcessResult::createPlaceholder function core/modules/filter/src/FilterProcessResult.php Creates a placeholder.
FilterProcessResult::getProcessedText function core/modules/filter/src/FilterProcessResult.php Gets the processed text.
FilterProcessResult::setProcessedText function core/modules/filter/src/FilterProcessResult.php Sets the processed text.
FilterProcessResult::__construct function core/modules/filter/src/FilterProcessResult.php Constructs a FilterProcessResult object.
FilterProcessResult::__toString function core/modules/filter/src/FilterProcessResult.php Gets the processed text.
FilterSecurityTest class core/modules/filter/tests/src/Functional/FilterSecurityTest.php Tests the behavior of check_markup() when a filter or text format vanishes,
or when check_markup() is called in such a way that it is instructed to skip
all filters of the "FilterInterface::TYPE_HTML_RESTRICTOR" type.
FilterSecurityTest.php file core/modules/filter/tests/src/Functional/FilterSecurityTest.php
FilterSecurityTest::$adminUser property core/modules/filter/tests/src/Functional/FilterSecurityTest.php A user with administrative permissions.
FilterSecurityTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterSecurityTest.php
FilterSecurityTest::$modules property core/modules/filter/tests/src/Functional/FilterSecurityTest.php Modules to enable.
FilterSecurityTest::setUp function core/modules/filter/tests/src/Functional/FilterSecurityTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.