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::$columnMap |
property |
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 |
The theme to install as the default for testing. |
HandlerFilterUserNameTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Modules to enable. |
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 |
Sets up the test. |
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. |
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. |
image_filter_keyword |
function |
core/modules/image/image.module |
Returns the offset in pixels from the anchor. |
InputRequired::exposedFilterApplied |
function |
core/modules/views/src/Plugin/views/exposed_form/InputRequired.php |
|
Insecure::filterXss |
function |
core/modules/editor/tests/modules/editor_test/src/EditorXssFilter/Insecure.php |
Filters HTML to prevent XSS attacks when a user edits it in a text editor. |
ItemList::filter |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php |
Filters the items in the list using a custom callback. |
jsonapi.route_filter.format_setter |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Routing\EarlyFormatSetter |
JsonApiRegressionTest::testEmptyRelationshipFilteringFromIssue3025372 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure filtering for entities with empty entity reference fields works. |
JsonApiRegressionTest::testFilterByIdFromIssue3015759 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensures that filtering by a sequential internal ID named 'id' is possible. |
JsonApiRegressionTest::testFilteringEntitiesByEntityReferenceTargetId |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Tests that collections can be filtered by an entity reference target_id. |
JSONAPI_FILTER_AMONG_ALL |
constant |
core/modules/jsonapi/jsonapi.module |
Array key for denoting type-based filtering access. |
JSONAPI_FILTER_AMONG_ENABLED |
constant |
core/modules/jsonapi/jsonapi.module |
Array key for denoting type-based enabled-only filtering access. |