| FilterBooleanOperatorTest::testFilterBooleanOperator | function | core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php | Tests the BooleanOperator filter. | 
          
                                                                                        | FilterBooleanOperatorTest::testFilterGroupedExposed | function | core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php | Tests the boolean filter with grouped exposed form enabled. | 
          
                                                                                        | FilterBooleanWebTest | class | core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php | Tests the boolean filter UI. | 
          
                                                                                        | FilterBooleanWebTest.php | file | core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php |  | 
          
                                                                                        | FilterBooleanWebTest::$defaultTheme | property | core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php | The theme to install as the default for testing. | 
          
                                                                                        | FilterBooleanWebTest::$testViews | property | core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php | Views used by this test. | 
          
                                                                                        | FilterBooleanWebTest::testFilterBooleanUI | function | core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php | Tests the filter boolean UI. | 
          
                                                                                        | FilterCaption | class | core/modules/filter/src/Plugin/Filter/FilterCaption.php | Provides a filter to caption elements. | 
          
                                                                                        | FilterCaption.php | file | core/modules/filter/src/Plugin/Filter/FilterCaption.php |  | 
          
                                                                                        | FilterCaption::$filterManager | property | core/modules/filter/src/Plugin/Filter/FilterCaption.php | Filter manager. | 
          
                                                                                        | FilterCaption::create | function | core/modules/filter/src/Plugin/Filter/FilterCaption.php | Creates an instance of the plugin. | 
          
                                                                                        | FilterCaption::process | function | core/modules/filter/src/Plugin/Filter/FilterCaption.php | Performs the filter processing. | 
          
                                                                                        | FilterCaption::tips | function | core/modules/filter/src/Plugin/Filter/FilterCaption.php | Generates a filter's tip. | 
          
                                                                                        | FilterCaption::__construct | function | core/modules/filter/src/Plugin/Filter/FilterCaption.php | Constructs a new FilterCaption. | 
          
                                                                                        | FilterCaptionTwigDebugTest | class | core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php | Tests the caption filter with Twig debugging on. | 
          
                                                                                        | FilterCaptionTwigDebugTest.php | file | core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php |  | 
          
                                                                                        | FilterCaptionTwigDebugTest::$modules | property | core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php | Modules to enable. | 
          
                                                                                        | FilterCaptionTwigDebugTest::register | function | core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php | Registers test-specific services. | 
          
                                                                                        | FilterCaptionTwigDebugTest::testCaptionFilter | function | core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php | Tests the caption filter with Twig debugging on. | 
          
                                                                                        | FilterCombineTest | class | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the combine filter handler. | 
          
                                                                                        | FilterCombineTest.php | file | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |  | 
          
                                                                                        | FilterCombineTest::$columnMap | property | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Map column names. | 
          
                                                                                        | FilterCombineTest::$modules | property | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Modules to enable. | 
          
                                                                                        | FilterCombineTest::$testViews | property | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Views used by this test. | 
          
                                                                                        | FilterCombineTest::dataSet | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Additional data to test the NULL issue. | 
          
                                                                                        | FilterCombineTest::schemaDefinition | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Allow {views_test_data}.job to be NULL. | 
          
                                                                                        | FilterCombineTest::setUp | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |  | 
          
                                                                                        | FilterCombineTest::testFilterCombineAllWords | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter with the 'allwords' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineContains | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |  | 
          
                                                                                        | FilterCombineTest::testFilterCombineContainsFieldsOverwritten | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests if the filter can handle removed fields. | 
          
                                                                                        | FilterCombineTest::testFilterCombineEnds | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter using the 'ends' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineEqual | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter using the 'equal' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineNoRealName | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the combine filter when no realName is used. | 
          
                                                                                        | FilterCombineTest::testFilterCombineNot | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter using the 'not' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineNotEnds | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter using the 'not_ends' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineNotEqual | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter using the 'not equal' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineNotStarts | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter using the 'not_starts' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineStarts | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter using the 'starts' operator. | 
          
                                                                                        | FilterCombineTest::testFilterCombineWord | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests the Combine field filter with the 'word' operator. | 
          
                                                                                        | FilterCombineTest::testNonFieldsRow | function | core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php | Tests that the "combine" filter is only valid on displays that use fields. | 
          
                                                                                        | FilterController | class | core/modules/filter/src/Controller/FilterController.php | Controller routines for filter routes. | 
          
                                                                                        | FilterController.php | file | core/modules/filter/src/Controller/FilterController.php |  | 
          
                                                                                        | FilterController::filterTips | function | core/modules/filter/src/Controller/FilterController.php | Displays a page with long filter tips. | 
          
                                                                                        | FilterController::getLabel | function | core/modules/filter/src/Controller/FilterController.php | Gets the label of a filter format. | 
          
                                                                                        | FilterCriteriaTest | class | core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php | Tests the View UI filter criteria group dialog. | 
          
                                                                                        | FilterCriteriaTest.php | file | core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php |  | 
          
                                                                                        | FilterCriteriaTest::$defaultTheme | property | core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php | The theme to install as the default for testing. | 
          
                                                                                        | FilterCriteriaTest::$modules | property | core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php | Modules to enable. | 
          
                                                                                        | FilterCriteriaTest::openFilterDialog | function | core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php | Uses the 'And/Or Rearrange' link for filters to open a dialog. | 
          
                                                                                        | FilterCriteriaTest::setUp | function | core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php |  |