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. Search 11.x for filter
  6. 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/Attribute/Filter.php Defines a filter attribute for plugin discovery.
Filter class core/modules/filter/src/Annotation/Filter.php Defines a filter annotation object.

All search results

Title Object type File name Summary
HandlerFilterCurrentUserTest class core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php Tests the current user filter handler.
HandlerFilterCurrentUserTest.php file core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php
HandlerFilterCurrentUserTest::$currentUser property core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php The current user.
HandlerFilterCurrentUserTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php Views used by this test.
HandlerFilterCurrentUserTest::setUp function core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php
HandlerFilterCurrentUserTest::testFilterCurrentUserAsAnonymous function core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php Tests the current user filter handler with anonymous user.
HandlerFilterCurrentUserTest::testFilterCurrentUserAsUser function core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php Tests the current user filter handler with logged-in user.
HandlerFilterPermissionTest class core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php Tests the permissions filter handler.
HandlerFilterPermissionTest.php file core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php
HandlerFilterPermissionTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php Views used by this test.
HandlerFilterPermissionTest::testFilterPermission function core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php Tests the permission filter handler.
HandlerFilterRolesTest class core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php Tests the roles filter handler.
HandlerFilterRolesTest.php file core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php
HandlerFilterRolesTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php Views used by this test.
HandlerFilterRolesTest::testDependencies function core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php Tests that role filter dependencies are calculated correctly.
HandlerFilterRolesTest::testMissingRole function core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php Tests that a warning is triggered if the filter references a missing role.
HandlerFilterUserNameTest class core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests the handler of the user: name filter.
HandlerFilterUserNameTest.php file core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
HandlerFilterUserNameTest::$accounts property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Accounts used by this test.
HandlerFilterUserNameTest::$columnMap property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Stores the column map for this testCase.
HandlerFilterUserNameTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
HandlerFilterUserNameTest::$modules property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
HandlerFilterUserNameTest::$names property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Usernames of $accounts.
HandlerFilterUserNameTest::$testViews property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Views used by this test.
HandlerFilterUserNameTest::setUp function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
HandlerFilterUserNameTest::testAdminUserInterface function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests exposed filters.
HandlerFilterUserNameTest::testUserNameApi function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests just using the filter.
HookCollectorPass::filterIterator function core/lib/Drupal/Core/Hook/HookCollectorPass.php Filter iterator callback. Allows include files and .php files in src/Hook.
HookCollectorPass::getFilteredImplementations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Gets implementation lists with removals already applied.
hook_editor_xss_filter_alter function core/modules/editor/editor.api.php Modifies the text editor XSS filter that will used for the given text format.
hook_filter_format_disable function core/modules/filter/filter.api.php Perform actions when a text format has been disabled.
hook_filter_info_alter function core/modules/filter/filter.api.php Perform alterations on filter definitions.
hook_filter_secure_image_alter function core/modules/filter/filter.api.php Alters images with an invalid source.
hook_jsonapi_entity_field_filter_access function core/modules/jsonapi/jsonapi.api.php Restricts filtering access to the given field.
hook_jsonapi_entity_filter_access function core/modules/jsonapi/jsonapi.api.php Controls access when filtering by entity data via JSON:API.
hook_jsonapi_ENTITY_TYPE_filter_access function core/modules/jsonapi/jsonapi.api.php Controls access to filtering by entity data via JSON:API.
hook_plugin_filter_TYPE_alter function core/lib/Drupal/Core/Plugin/plugin.api.php Alter the filtering of plugin definitions for a specific plugin type.
hook_plugin_filter_TYPE__CONSUMER_alter function core/lib/Drupal/Core/Plugin/plugin.api.php Alter the filtering of plugin definitions for a specific type and consumer.
hook_views_plugins_filter_alter function core/modules/views/views.api.php Modify the list of available views filter handler plugins.
HTMLRestrictions::fromFilterPluginInstance function core/modules/ckeditor5/src/HTMLRestrictions.php Constructs a set of HTML restrictions matching the given text format.
HTMLRestrictions::toFilterHtmlAllowedTagsString function core/modules/ckeditor5/src/HTMLRestrictions.php Transforms into the Drupal HTML filter's "allowed_html" representation.
ImageDeprecationTest::testImageFilterKeywordDeprecation function core/modules/image/tests/src/Unit/ImageDeprecationTest.php Tests deprecation of image_filter_keyword.
InputRequired::exposedFilterApplied function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Indicates that the exposed filter has been applied.
Insecure::filterXss function core/modules/editor/tests/modules/editor_test/src/EditorXssFilter/Insecure.php
ItemList::filter function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
jsonapi.route_filter.format_setter service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Routing\EarlyFormatSetter
JsonApiFilter class core/modules/jsonapi/src/JsonApiFilter.php JsonApi filter options.
JsonApiFilter.php file core/modules/jsonapi/src/JsonApiFilter.php
JsonApiFilter::AMONG_ALL constant core/modules/jsonapi/src/JsonApiFilter.php Array key for denoting type-based filtering access.

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