Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Filter::$provider | property | core/ |
The name of the provider that owns the filter. |
| Filter::$root | property | core/ |
The root condition group. |
| Filter::$settings | property | core/ |
The default settings for the filter. |
| Filter::$status | property | core/ |
Whether this filter is enabled or disabled by default. |
| Filter::$title | property | core/ |
The human-readable name of the filter. |
| Filter::$weight | property | core/ |
A default weight for the filter in new text formats. |
| Filter::buildEntityConditionGroup | function | core/ |
Denormalizes the given filter items into a single EntityConditionGroup. |
| Filter::buildGroup | function | core/ |
Applies the root condition to the given query. |
| Filter::buildTree | function | core/ |
Organizes the flat, normalized filter items into a tree structure. |
| Filter::CONDITION_KEY | constant | core/ |
Key in the filter[<key>] parameter for conditions. |
| Filter::createFromQueryParameter | function | core/ |
Creates a Sort object from a query parameter. |
| Filter::expand | function | core/ |
Expands any filter parameters using shorthand notation. |
| Filter::expandItem | function | core/ |
Expands a filter item in case a shortcut was used. |
| Filter::GROUP_KEY | constant | core/ |
Key in the filter[<key>] parameter for groups. |
| Filter::KEY_NAME | constant | core/ |
The JSON:API filter key name. |
| Filter::MEMBER_KEY | constant | core/ |
Key in the filter[<id>][<key>] parameter for group membership. |
| Filter::queryCondition | function | core/ |
Applies the root condition to the given query. |
| Filter::root | function | core/ |
Gets the root condition group. |
| Filter::ROOT_ID | constant | core/ |
The key for the implicit root group. |
| Filter::__construct | function | core/ |
Constructs a new Filter object. |
| FilterAdminTest | class | core/ |
Thoroughly test the administrative interface of the filter module. |
| FilterAdminTest.php | file | core/ |
|
| FilterAdminTest::$adminUser | property | core/ |
A user with administration permissions. |
| FilterAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FilterAdminTest::$modules | property | core/ |
Modules to enable. |
| FilterAdminTest::$webUser | property | core/ |
A user with permissions to create pages. |
| FilterAdminTest::setUp | function | core/ |
|
| FilterAdminTest::testDisabledFormat | function | core/ |
Tests whether a field using a disabled format is rendered. |
| FilterAdminTest::testFilterAdmin | function | core/ |
Tests filter administration functionality. |
| FilterAdminTest::testFilterTipHtmlEscape | function | core/ |
Tests whether filter tips page is not HTML escaped. |
| FilterAdminTest::testFormatAdmin | function | core/ |
Tests the format administration functionality. |
| FilterAdminTest::testUrlFilterAdmin | function | core/ |
Tests the URL filter settings form is properly validated. |
| FilterAlign | class | core/ |
Provides a filter to align elements. |
| FilterAlign.php | file | core/ |
|
| FilterAlign::process | function | core/ |
Performs the filter processing. |
| FilterAlign::tips | function | core/ |
Generates a filter's tip. |
| FilterAndArgumentUserUidTest | class | core/ |
Tests the user posted or commented filter and argument handlers. |
| FilterAndArgumentUserUidTest.php | file | core/ |
|
| FilterAndArgumentUserUidTest::$modules | property | core/ |
Modules to enable. |
| FilterAndArgumentUserUidTest::$testViews | property | core/ |
Views used by this test. |
| FilterAndArgumentUserUidTest::testHandlers | function | core/ |
Tests the user posted or commented filter and argument handlers. |
| FilterAPITest | class | core/ |
Tests the behavior of the API of the Filter module. |
| FilterAPITest.php | file | core/ |
|
| FilterAPITest::$modules | property | core/ |
Modules to enable. |
| FilterAPITest::assertFilterFormatViolation | function | core/ |
Checks if an expected violation exists in the given violations. |
| FilterAPITest::setUp | function | core/ |
|
| FilterAPITest::testCheckMarkupFilterOrder | function | core/ |
Tests that the filter order is respected. |
| FilterAPITest::testCheckMarkupFilterSubset | function | core/ |
Tests the ability to apply only a subset of filters. |
| FilterAPITest::testDependencyRemoval | function | core/ |
Tests that filter format dependency removal works. |
| FilterAPITest::testFilterFormatAPI | function | core/ |
Tests that HTML restrictions and filter types are correct. |
Pagination
- Previous page
- Page 666
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.