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
Filter::$description property core/modules/filter/src/Annotation/Filter.php Additional administrative information about the filter's behavior.
Filter::$settings property core/modules/filter/src/Annotation/Filter.php The default settings for the filter.
Filter::$status property core/modules/filter/src/Annotation/Filter.php Whether this filter is enabled or disabled by default.
Filter::__construct function core/modules/filter/src/Attribute/Filter.php Constructs a Filter attribute.
Filter::__construct function core/modules/jsonapi/src/Query/Filter.php Constructs a new Filter object.
FilterAdminTest class core/modules/filter/tests/src/Functional/FilterAdminTest.php Thoroughly test the administrative interface of the filter module.
FilterAdminTest.php file core/modules/filter/tests/src/Functional/FilterAdminTest.php
FilterAdminTest::$adminUser property core/modules/filter/tests/src/Functional/FilterAdminTest.php A user with administration permissions.
FilterAdminTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterAdminTest.php The theme to install as the default for testing.
FilterAdminTest::$modules property core/modules/filter/tests/src/Functional/FilterAdminTest.php Modules to install.
FilterAdminTest::$webUser property core/modules/filter/tests/src/Functional/FilterAdminTest.php A user with permissions to create pages.
FilterAdminTest::setUp function core/modules/filter/tests/src/Functional/FilterAdminTest.php
FilterAdminTest::testDisabledFormat function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFilterAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests filter administration functionality.
FilterAdminTest::testFilterEnableAndDisable function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests enabling and disabling of filters.
FilterAdminTest::testFormatAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests the format administration functionality.
FilterAdminTest::testUrlFilterAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests the URL filter settings form is properly validated.
FilterAlign::process function core/modules/filter/src/Plugin/Filter/FilterAlign.php Performs the filter processing.
FilterAlign::tips function core/modules/filter/src/Plugin/Filter/FilterAlign.php Generates a filter's tip.
FilterAndArgumentUserUidTest class core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterAndArgumentUserUidTest.php file core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
FilterAndArgumentUserUidTest::$modules property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Modules to install.
FilterAndArgumentUserUidTest::$testViews property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Views used by this test.
FilterAndArgumentUserUidTest::testHandlers function core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterAPITest class core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the behavior of the API of the Filter module.
FilterAPITest.php file core/modules/filter/tests/src/Kernel/FilterAPITest.php
FilterAPITest::$modules property core/modules/filter/tests/src/Kernel/FilterAPITest.php Modules to install.
FilterAPITest::assertFilterFormatViolation function core/modules/filter/tests/src/Kernel/FilterAPITest.php Checks if an expected violation exists in the given violations.
FilterAPITest::setUp function core/modules/filter/tests/src/Kernel/FilterAPITest.php
FilterAPITest::testDependencyRemoval function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that filter format dependency removal works.
FilterAPITest::testFilterFormatAPI function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that HTML restrictions and filter types are correct.
FilterAPITest::testFilterFormatPreSave function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that FilterFormat::preSave() only saves customized plugins.
FilterAPITest::testFormatFilterOrder function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that the filter order is respected.
FilterAPITest::testFormatFilterSubset function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the ability to apply only a subset of filters.
FilterAPITest::testProcessedTextElement function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the 'processed_text' element.
FilterAPITest::testSleep function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that format entities are serialized without their plugin collection.
FilterAPITest::testTypedDataAPI function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the function of the typed data type.
FilterArray::removeEmptyStrings function core/lib/Drupal/Component/Utility/FilterArray.php Removes empty strings from an array.
FilterArrayTest class core/tests/Drupal/Tests/Component/Utility/FilterArrayTest.php Test filter array functions.
FilterArrayTest.php file core/tests/Drupal/Tests/Component/Utility/FilterArrayTest.php
FilterArrayTest::providerRemoveEmptyStrings function core/tests/Drupal/Tests/Component/Utility/FilterArrayTest.php Data provider for testRemoveEmptyStrings().
FilterArrayTest::testRemoveEmptyStrings function core/tests/Drupal/Tests/Component/Utility/FilterArrayTest.php Tests removing empty strings.
FilterAutoP::process function core/modules/filter/src/Plugin/Filter/FilterAutoP.php Performs the filter processing.
FilterAutoP::tips function core/modules/filter/src/Plugin/Filter/FilterAutoP.php Generates a filter's tip.
FilterBase class core/modules/filter/src/Plugin/FilterBase.php Provides a base class for Filter plugins.
FilterBase.php file core/modules/filter/src/Plugin/FilterBase.php
FilterBase::$provider property core/modules/filter/src/Plugin/FilterBase.php The name of the provider that owns this filter.
FilterBase::$settings property core/modules/filter/src/Plugin/FilterBase.php An associative array containing the configured settings of this filter.
FilterBase::$status property core/modules/filter/src/Plugin/FilterBase.php A Boolean indicating whether this filter is enabled.
FilterBase::$weight property core/modules/filter/src/Plugin/FilterBase.php The weight of this filter compared to others in a filter collection.

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