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 main for to
  6. Other projects
Title Object type File name Summary
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.
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
FilterFormatRepositoryTest::$modules property core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php Modules to install.
FilterFormatRepositoryTest::$repository property core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php The filter formats repository to be tested.
FilterFormatRepositoryTest::setUp function core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php
FilterFormatRepositoryTest::testGetAllFormats function core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php @legacy-covers ::getAllFormats
FilterFormatRepositoryTest::testGetDefaultFormatWithAccount function core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php @legacy-covers ::getDefaultFormat
FilterFormatRepositoryTest::testGetFallbackFormatId function core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php @legacy-covers ::getFallbackFormatId
FilterFormatRepositoryTest::testGetFormatsByRole function core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php @legacy-covers ::getFormatsByRole
FilterFormatRepositoryTest::testGetFormatsForAccount function core/modules/filter/tests/src/Kernel/FilterFormatRepositoryTest.php @legacy-covers ::getFormatsForAccount
FilterFormTest::assertOptions function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that a select element has the correct options.
FilterHtmlCorrector class core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php Provides a filter to correct faulty and chopped off HTML.
FilterHtmlCorrector.php file core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php
FilterHtmlCorrector::process function core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php Performs the filter processing.
FilterHtmlImageSecure::$fileUrlGenerator property core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php The file URL generator service.
FilterInOperatorTest class core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests the core Drupal\views\Plugin\views\filter\InOperator handler.
FilterInOperatorTest.php file core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Map column names.
FilterInOperatorTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Views used by this test.
FilterInOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Returns grouped exposed filter definitions for Views.
FilterInOperatorTest::testFilterExposedReduce function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests exposed filter with reduce as TRUE.
FilterInOperatorTest::testFilterGroupedChangedIdentifier function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that we can safely change the identifier on a grouped filter.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering with grouped exposed filters using the "IN" operator.
FilterInOperatorTest::testFilterInOperatorSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering using the "IN" and "NOT IN" operators on the age field.
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering with grouped exposed filters using the "NOT IN" operator.

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