Search for filter

  1. Search 7.x for filter
  2. Search 9.5.x for filter
  3. Search 8.9.x for filter
  4. Search 10.3.x for filter
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Filter class core/modules/jsonapi/src/Query/Filter.php Gathers information about the filter parameter.
Filter class core/modules/filter/src/Annotation/Filter.php Defines a filter annotation object.
Filter class core/modules/filter/src/Attribute/Filter.php Defines a filter attribute for plugin discovery.

All search results

Title Object type File name Summary
filter.url-output.txt file core/modules/filter/tests/filter.url-output.txt This is just a <a href="http://www.test.com">www.test.com</a>. paragraph with <a href="mailto:person@test.com">person@test.com</a>. some <a…
Filter::$description property core/modules/filter/src/Annotation/Filter.php Additional administrative information about the filter's behavior.
Filter::$id property core/modules/filter/src/Annotation/Filter.php The plugin ID.
Filter::$provider property core/modules/filter/src/Annotation/Filter.php The name of the provider that owns the filter.
Filter::$root property core/modules/jsonapi/src/Query/Filter.php The root condition group.
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::$title property core/modules/filter/src/Annotation/Filter.php The human-readable name of the filter.
Filter::$weight property core/modules/filter/src/Annotation/Filter.php A default weight for the filter in new text formats.
Filter::buildEntityConditionGroup function core/modules/jsonapi/src/Query/Filter.php Denormalizes the given filter items into a single EntityConditionGroup.
Filter::buildGroup function core/modules/jsonapi/src/Query/Filter.php Applies the root condition to the given query.
Filter::buildTree function core/modules/jsonapi/src/Query/Filter.php Organizes the flat, normalized filter items into a tree structure.
Filter::CONDITION_KEY constant core/modules/jsonapi/src/Query/Filter.php Key in the filter[<key>] parameter for conditions.
Filter::createFromQueryParameter function core/modules/jsonapi/src/Query/Filter.php Creates a Sort object from a query parameter.
Filter::expand function core/modules/jsonapi/src/Query/Filter.php Expands any filter parameters using shorthand notation.
Filter::expandItem function core/modules/jsonapi/src/Query/Filter.php Expands a filter item in case a shortcut was used.
Filter::GROUP_KEY constant core/modules/jsonapi/src/Query/Filter.php Key in the filter[<key>] parameter for groups.
Filter::KEY_NAME constant core/modules/jsonapi/src/Query/Filter.php The JSON:API filter key name.
Filter::MEMBER_KEY constant core/modules/jsonapi/src/Query/Filter.php Key in the filter[<id>][<key>] parameter for group membership.
Filter::queryCondition function core/modules/jsonapi/src/Query/Filter.php Applies the root condition to the given query.
Filter::root function core/modules/jsonapi/src/Query/Filter.php Gets the root condition group.
Filter::ROOT_ID constant core/modules/jsonapi/src/Query/Filter.php The key for the implicit root group.
Filter::__construct function core/modules/jsonapi/src/Query/Filter.php Constructs a new Filter object.
Filter::__construct function core/modules/filter/src/Attribute/Filter.php Constructs a Filter attribute.
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::testFilterTipHtmlEscape function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests whether filter tips page is not HTML escaped.
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 class core/modules/filter/src/Plugin/Filter/FilterAlign.php Provides a filter to align elements.
FilterAlign.php file core/modules/filter/src/Plugin/Filter/FilterAlign.php
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.

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