Search for FORMAT

  1. Search 7.x for FORMAT
  2. Search 9.5.x for FORMAT
  3. Search 8.9.x for FORMAT
  4. Search 10.3.x for FORMAT
  5. Search 11.x for FORMAT
  6. Other projects
Title Object type File name Summary
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
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
FilterFormatResourceTestBase::$modules property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::createEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::getExpectedNormalizedEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::getNormalizedPostEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::setUpAuthorization function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
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
FilterFormatTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php The tested entity type.
FilterFormatTest::$modules property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php Modules to install.
FilterFormatTest::$modules property core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php Modules to install.
FilterFormatTest::$modules property core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php Modules to install.
FilterFormatTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php The name of the tested JSON:API resource type.
FilterFormatTest::createEntity function core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php Creates the entity to be tested.
FilterFormatTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php Returns the expected JSON:API document for the entity.

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