| 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 install. |
| 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. |
| 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. |
| 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 |
Indicates that the exposed filter has been applied. |
| 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 |
| 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. |
| JsonApiFilter::AMONG_ENABLED |
constant |
core/modules/jsonapi/src/JsonApiFilter.php |
Array key for denoting type-based enabled-only filtering access. |
| JsonApiFilter::AMONG_OWN |
constant |
core/modules/jsonapi/src/JsonApiFilter.php |
Array key for denoting type-based owned-only filtering access. |
| JsonApiFilter::AMONG_PUBLISHED |
constant |
core/modules/jsonapi/src/JsonApiFilter.php |
Array key for denoting type-based published-only filtering access. |
| JsonApiFilterRegressionTest |
class |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
JSON:API regression tests. |
| JsonApiFilterRegressionTest.php |
file |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
|
| JsonApiFilterRegressionTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
The theme to install as the default for testing. |
| JsonApiFilterRegressionTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Modules to install. |
| JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Ensure filtering on relationships works with bundle-specific target types. |
| JsonApiFilterRegressionTest::testEmptyRelationshipFilteringFromIssue3025372 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Ensure filtering for entities with empty entity reference fields works. |
| JsonApiFilterRegressionTest::testFilterByIdFromIssue3015759 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Ensures that filtering by a sequential internal ID named 'id' is possible. |
| JsonApiFilterRegressionTest::testFilteringEntitiesByEntityReferenceTargetId |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Tests that collections can be filtered by an entity reference target_id. |
| JsonapiHooks::jsonapiBlockContentFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'block_content'. |
| JsonapiHooks::jsonapiCommentFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'comment'. |
| JsonapiHooks::jsonapiEntityFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_entity_filter_access(). |
| JsonapiHooks::jsonapiEntityTestFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'entity_test'. |
| JsonapiHooks::jsonapiFileFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'file'. |
| JsonapiHooks::jsonapiMediaFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'media'. |
| JsonapiHooks::jsonapiNodeFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'node'. |