Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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 If set to remember exposed input in the session, store it there.
FilterPluginBase::storeGroupInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php If set to remember exposed input in the session, store it there.
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 Lists the trusted callbacks provided by the implementing class.
FilterPluginBase::validate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate that the plugin is correct and can be saved.
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.
FilterPluginBase::valueValidate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the options form.
FilterPluginBaseStub class core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php Empty class to support testing filter plugins.
FilterPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php Tests Drupal\views\Plugin\views\filter\FilterPluginBase.
FilterPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php
FilterPluginBaseTest::acceptExposedInputProvider function core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php The data provider for testAcceptExposedInput.
FilterPluginBaseTest::testAcceptExposedInput function core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php Tests accept exposed input.
FilterPluginCollection::$definitions property core/modules/filter/src/FilterPluginCollection.php All possible filter plugin IDs.
FilterPluginCollection::sort function core/modules/filter/src/FilterPluginCollection.php Sorts all plugin instances in this collection.
FilterPluginCollection::sortHelper function core/modules/filter/src/FilterPluginCollection.php Provides uasort() callback to sort plugins.
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.
FilterSecurityKernelTest class core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php Tests that security filters are enforced even when marked to be skipped.
FilterSecurityKernelTest.php file core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php
FilterSecurityKernelTest::$modules property core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php Modules to install.
FilterSecurityKernelTest::setUp function core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php
FilterSecurityKernelTest::testSkipSecurityFilters function core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php Tests that security filters are enforced even when marked to be skipped.
FilterSecurityTest class core/modules/filter/tests/src/Functional/FilterSecurityTest.php Tests HTML filtering with missing or skipped filters or text formats.
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 The theme to install as the default for testing.
FilterSecurityTest::$modules property core/modules/filter/tests/src/Functional/FilterSecurityTest.php Modules to install.
FilterSecurityTest::setUp function core/modules/filter/tests/src/Functional/FilterSecurityTest.php
FilterSecurityTest::testDisableFilterModule function core/modules/filter/tests/src/Functional/FilterSecurityTest.php Tests removal of filtered content when an active filter is disabled.
FilterSettings class core/modules/filter/src/Plugin/migrate/process/FilterSettings.php Adds the default allowed attributes to filter_html's allowed_html setting.
FilterSettings.php file core/modules/filter/src/Plugin/migrate/process/FilterSettings.php
FilterSettings::$allowedHtmlDefaultAttributes property core/modules/filter/src/Plugin/migrate/process/FilterSettings.php Default attributes for migrating filter_html's 'allowed_html' setting.
FilterSettings::transform function core/modules/filter/src/Plugin/migrate/process/FilterSettings.php Performs the associated process.
FilterSettings::__construct function core/modules/filter/src/Plugin/migrate/process/FilterSettings.php Constructs a \Drupal\Component\Plugin\PluginBase object.

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