FundamentalCompatibilityConstraintValidator::checkNoMarkupFilters |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php |
Checks no TYPE_MARKUP_LANGUAGE filters are present. |
FundamentalCompatibilityConstraintValidator::findHtmlRestrictorFilterNotAllowingTags |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php |
Analyzes a text format to find the filter not allowing required tags. |
FundamentalCompatibilityConstraintValidator::getFiltersInFormatOfType |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php |
Gets the filters of the given type in this text format. |
GroupedExposedFilterTest |
class |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
Tests the grouped exposed filter admin UI. |
GroupedExposedFilterTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
|
GroupedExposedFilterTest::$account |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
The account. |
GroupedExposedFilterTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
The theme to install as the default for testing. |
GroupedExposedFilterTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
Modules to install. |
GroupedExposedFilterTest::$testViews |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
Views used by this test. |
GroupedExposedFilterTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
|
GroupedExposedFilterTest::testGroupedFilterValuesUI |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php |
Tests if the right fields are shown and the right values set. |
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 |
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. |
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. |