Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
FilterBooleanOperatorGroupTest.php file core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php
FilterBooleanOperatorGroupTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Modules to install.
FilterBooleanOperatorGroupTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Views used by this test.
FilterBooleanOperatorGroupTest::setUp function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php
FilterBooleanOperatorGroupTest::testViewsBooleanGroupedFilter function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Tests that grouped boolean exposed form works as expected.
FilterBooleanOperatorStringTest class core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Tests core's BooleanOperatorString views filter handler.
FilterBooleanOperatorStringTest.php file core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php
FilterBooleanOperatorStringTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Map column names.
FilterBooleanOperatorStringTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Views used by this test.
FilterBooleanOperatorStringTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Returns a very simple test dataset.
FilterBooleanOperatorStringTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Provides grouped exposed filter configuration.
FilterBooleanOperatorStringTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Returns the schema definition.
FilterBooleanOperatorStringTest::testFilterBooleanOperatorString function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Tests the BooleanOperatorString filter.
FilterBooleanOperatorStringTest::testFilterGroupedExposed function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Tests the Boolean filter with grouped exposed form enabled.
FilterBooleanOperatorStringTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Returns the views data definition.
FilterBooleanOperatorTest class core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Tests the core Drupal\views\Plugin\views\filter\BooleanOperator handler.
FilterBooleanOperatorTest.php file core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php
FilterBooleanOperatorTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Map column names.
FilterBooleanOperatorTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Views used by this test.
FilterBooleanOperatorTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Returns a very simple test dataset.
FilterBooleanOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Provides grouped exposed filter configuration.
FilterBooleanOperatorTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Returns the schema definition.
FilterBooleanOperatorTest::testEmptyFilterBooleanOperator function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Tests the BooleanOperator empty/not empty filters.
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.
FilterCriteriaTest::testOperatorLabels function core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php Tests operator labels.
FilterDateTest::_testOffset function core/modules/views/tests/src/Functional/Handler/FilterDateTest.php Tests the general offset functionality.
FilterDateTimeTest::_testOffset function core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Tests offset operations.
FilterEntityReferenceTest::testViewEntityReferenceAsAutocomplete function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that results are successfully filtered by the autocomplete widget.
FilterFormat::toArray function core/modules/filter/src/Entity/FilterFormat.php Gets an array of all property values.
FilterFormatListBuilder::$configFactory property core/modules/filter/src/FilterFormatListBuilder.php The config factory service.
FilterFormatListBuilder::$formatRepository property core/modules/filter/src/FilterFormatListBuilder.php The filter format repository service.
FilterFormatListBuilder::getDefaultOperations function core/modules/filter/src/FilterFormatListBuilder.php Gets this list's default operations.
FilterFormatRepository class core/modules/filter/src/FilterFormatRepository.php Provides a repository service for filter formats.
FilterFormatRepository.php file core/modules/filter/src/FilterFormatRepository.php
FilterFormatRepository::$cache property core/modules/filter/src/FilterFormatRepository.php Chained cache backend.
FilterFormatRepository::getAllFormats function core/modules/filter/src/FilterFormatRepository.php
FilterFormatRepository::getCacheTags function core/modules/filter/src/FilterFormatRepository.php Returns the 'filter_format' entity type list cache tags.
FilterFormatRepository::getDefaultFormat function core/modules/filter/src/FilterFormatRepository.php
FilterFormatRepository::getFallbackFormatId function core/modules/filter/src/FilterFormatRepository.php
FilterFormatRepository::getFormatsByRole function core/modules/filter/src/FilterFormatRepository.php
FilterFormatRepository::getFormatsForAccount function core/modules/filter/src/FilterFormatRepository.php
FilterFormatRepository::__construct function core/modules/filter/src/FilterFormatRepository.php
FilterFormatRepositoryInterface interface core/modules/filter/src/FilterFormatRepositoryInterface.php Provides an interface for a repository for filter formats.
FilterFormatRepositoryInterface.php file core/modules/filter/src/FilterFormatRepositoryInterface.php
FilterFormatRepositoryInterface::getAllFormats function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns all enabled formats.
FilterFormatRepositoryInterface::getDefaultFormat function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns the default text format for a particular user.
FilterFormatRepositoryInterface::getFallbackFormatId function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns the ID of the fallback text format that all users have access to.
FilterFormatRepositoryInterface::getFormatsByRole function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns a list of text formats that are allowed for a given role.
FilterFormatRepositoryInterface::getFormatsForAccount function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns only those formats which the specified account can use.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.