Search for filter

  1. Search 7.x for filter
  2. Search 9.5.x for filter
  3. Search 8.9.x for filter
  4. Search 10.3.x for filter
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Filter class core/modules/jsonapi/src/Query/Filter.php Gathers information about the filter parameter.
Filter class core/modules/filter/src/Annotation/Filter.php Defines a filter annotation object.
Filter class core/modules/filter/src/Attribute/Filter.php Defines a filter attribute for plugin discovery.

All search results

Title Object type File name Summary
FilterFormatPermission::create function core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php Instantiates a new instance of the implementing class using autowiring.
FilterFormatPermission::transform function core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php Migrate filter format serial to string id in permission name.
FilterFormatPermission::__construct function core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php Constructs a FilterFormatPermission plugin instance.
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.
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
FilterFormatResourceTestBase class core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Resource test base for the FilterFormat entity.
FilterFormatResourceTestBase.php file core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::$entity property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::$entityTypeId property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php The tested entity type.
FilterFormatResourceTestBase::$modules property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Modules to install.
FilterFormatResourceTestBase::createEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Creates the entity to be tested.
FilterFormatResourceTestBase::getExpectedNormalizedEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Returns the expected normalization of the entity.
FilterFormatResourceTestBase::getNormalizedPostEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Returns the normalized POST entity.
FilterFormatResourceTestBase::setUpAuthorization function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Sets up the necessary authorization.
FilterFormatTest class core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php Tests D6 filter format source plugin.
FilterFormatTest class core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php Tests D7 filter format source plugin.
FilterFormatTest class core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php JSON:API integration test for the "FilterFormat" config entity type.
FilterFormatTest.php file core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php
FilterFormatTest.php file core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php
FilterFormatTest.php file core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php
FilterFormatTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php The theme to install as the default for testing.
FilterFormatTest::$entity property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php

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