| FilterEqualityTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
|
| FilterEqualityTest::$columnMap |
property |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Map column names. |
| FilterEqualityTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Views used by this test. |
| FilterEqualityTest::getGroupedExposedFilters |
function |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Provides grouped exposed filter options for the 'name' field. |
| FilterEqualityTest::testEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Tests filtering names where the value matches exactly. |
| FilterEqualityTest::testEqualGroupedExposed |
function |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Tests grouped, exposed equality filtering. |
| FilterEqualityTest::testEqualGroupedNotExposed |
function |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Tests grouped, non-exposed inequality filtering. |
| FilterEqualityTest::testNotEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Tests filtering names using a not-equal condition. |
| FilterEqualityTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php |
Defines Views data, mapping 'name' field to the equality filter. |
| FilterExceptionTest |
class |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php |
Breaks the query with adding an invalid where expression. |
| FilterExceptionTest.php |
file |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php |
|
| FilterExceptionTest::query |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php |
Add this filter to the query. |
| FilterFormatAccessTest |
class |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
Tests access to text formats. |
| FilterFormatAccessTest.php |
file |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
|
| FilterFormatAccessTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
A user with administrative permissions. |
| FilterFormatAccessTest::$allowedFormat |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
An object representing an allowed text format. |
| FilterFormatAccessTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
The theme to install as the default for testing. |
| FilterFormatAccessTest::$disallowedFormat |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
An object representing a disallowed text format. |
| FilterFormatAccessTest::$filterAdminUser |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
A user with 'administer filters' permission. |
| FilterFormatAccessTest::$modules |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
Modules to install. |
| FilterFormatAccessTest::$secondAllowedFormat |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
An object representing a secondary allowed text format. |
| FilterFormatAccessTest::$webUser |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
A user with permission to create and edit own content. |
| FilterFormatAccessTest::setUp |
function |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
|
| FilterFormatAccessTest::testFilterTips |
function |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
Tests the filter tips functionality. |
| FilterFormatAccessTest::testFormatPermissions |
function |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
Tests the Filter format access permissions functionality. |
| FilterFormatAccessTest::testFormatRoles |
function |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
Tests if text format is available to a role. |
| FilterFormatAccessTest::testFormatWidgetPermissions |
function |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
Tests editing a page using a disallowed text format. |
| FilterFormatJsonAnonTest |
class |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
Tests Filter Format Json Anon. |
| FilterFormatJsonAnonTest.php |
file |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
|
| FilterFormatJsonAnonTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
The theme to install as the default for testing. |
| FilterFormatJsonAnonTest::$format |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
The format to use in this test. |
| FilterFormatJsonAnonTest::$mimeType |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
The MIME type that corresponds to $format. |
| FilterFormatJsonBasicAuthTest |
class |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
Tests Filter Format Json Basic Auth. |
| FilterFormatJsonBasicAuthTest.php |
file |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
|
| FilterFormatJsonBasicAuthTest::$auth |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| FilterFormatJsonBasicAuthTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| FilterFormatJsonBasicAuthTest::$format |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
The format to use in this test. |
| FilterFormatJsonBasicAuthTest::$mimeType |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| FilterFormatJsonBasicAuthTest::$modules |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
Modules to install. |
| FilterFormatJsonCookieTest |
class |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
Tests Filter Format Json Cookie. |
| FilterFormatJsonCookieTest.php |
file |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
|
| FilterFormatJsonCookieTest::$auth |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
The authentication mechanism to use in this test. |
| FilterFormatJsonCookieTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
The theme to install as the default for testing. |
| FilterFormatJsonCookieTest::$format |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
The format to use in this test. |
| FilterFormatJsonCookieTest::$mimeType |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
The MIME type that corresponds to $format. |
| FilterFormatPermissionTest |
class |
core/modules/filter/tests/src/Kernel/Migrate/d6/FilterFormatPermissionTest.php |
Tests conversion of format serial to string id in permission name. |
| FilterFormatPermissionTest.php |
file |
core/modules/filter/tests/src/Kernel/Migrate/d6/FilterFormatPermissionTest.php |
|
| FilterFormatPermissionTest::testConfigurableFilterFormat |
function |
core/modules/filter/tests/src/Kernel/Migrate/d6/FilterFormatPermissionTest.php |
Tests configurability of filter_format migration name. |
| FilterFormatRepositoryTest |
class |
core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php |
Tests the Drupal\filter\FilterFormatRepositoryInterface service. |
| FilterFormatRepositoryTest.php |
file |
core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php |
|