Search for FORMAT
- Search 7.x for FORMAT
- Search 9.5.x for FORMAT
- Search 8.9.x for FORMAT
- Search 10.3.x for FORMAT
- Search 11.x for FORMAT
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FilterFormatRepository.php | file | core/ |
|
| FilterFormatRepository::$cache | property | core/ |
Chained cache backend. |
| FilterFormatRepository::getAllFormats | function | core/ |
|
| FilterFormatRepository::getCacheTags | function | core/ |
Returns the 'filter_format' entity type list cache tags. |
| FilterFormatRepository::getDefaultFormat | function | core/ |
|
| FilterFormatRepository::getFallbackFormatId | function | core/ |
|
| FilterFormatRepository::getFormatsByRole | function | core/ |
|
| FilterFormatRepository::getFormatsForAccount | function | core/ |
|
| FilterFormatRepository::__construct | function | core/ |
|
| FilterFormatRepositoryInterface | interface | core/ |
Provides an interface for a repository for filter formats. |
| FilterFormatRepositoryInterface.php | file | core/ |
|
| FilterFormatRepositoryInterface::getAllFormats | function | core/ |
Returns all enabled formats. |
| FilterFormatRepositoryInterface::getDefaultFormat | function | core/ |
Returns the default text format for a particular user. |
| FilterFormatRepositoryInterface::getFallbackFormatId | function | core/ |
Returns the ID of the fallback text format that all users have access to. |
| FilterFormatRepositoryInterface::getFormatsByRole | function | core/ |
Returns a list of text formats that are allowed for a given role. |
| FilterFormatRepositoryInterface::getFormatsForAccount | function | core/ |
Returns only those formats which the specified account can use. |
| FilterFormatRepositoryTest | class | core/ |
Tests the Drupal\filter\FilterFormatRepositoryInterface service. |
| FilterFormatRepositoryTest.php | file | core/ |
|
| FilterFormatRepositoryTest::$modules | property | core/ |
|
| FilterFormatRepositoryTest::$repository | property | core/ |
The filter formats repository to be tested. |
| FilterFormatRepositoryTest::setUp | function | core/ |
|
| FilterFormatRepositoryTest::testGetAllFormats | function | core/ |
@legacy-covers ::getAllFormats |
| FilterFormatRepositoryTest::testGetDefaultFormatWithAccount | function | core/ |
@legacy-covers ::getDefaultFormat |
| FilterFormatRepositoryTest::testGetFallbackFormatId | function | core/ |
@legacy-covers ::getFallbackFormatId |
| FilterFormatRepositoryTest::testGetFormatsByRole | function | core/ |
@legacy-covers ::getFormatsByRole |
| FilterFormatRepositoryTest::testGetFormatsForAccount | function | core/ |
@legacy-covers ::getFormatsForAccount |
| FilterFormatResourceTestBase | class | core/ |
Resource test base for the FilterFormat entity. |
| FilterFormatResourceTestBase.php | file | core/ |
|
| FilterFormatResourceTestBase::$entity | property | core/ |
|
| FilterFormatResourceTestBase::$entityTypeId | property | core/ |
|
| FilterFormatResourceTestBase::$modules | property | core/ |
|
| FilterFormatResourceTestBase::createEntity | function | core/ |
|
| FilterFormatResourceTestBase::getExpectedNormalizedEntity | function | core/ |
|
| FilterFormatResourceTestBase::getNormalizedPostEntity | function | core/ |
|
| FilterFormatResourceTestBase::setUpAuthorization | function | core/ |
|
| FilterFormatTest | class | core/ |
Tests D6 filter format source plugin. |
| FilterFormatTest | class | core/ |
Tests D7 filter format source plugin. |
| FilterFormatTest | class | core/ |
JSON:API integration test for the "FilterFormat" config entity type. |
| FilterFormatTest.php | file | core/ |
|
| FilterFormatTest.php | file | core/ |
|
| FilterFormatTest.php | file | core/ |
|
| FilterFormatTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FilterFormatTest::$entity | property | core/ |
|
| FilterFormatTest::$entityTypeId | property | core/ |
The tested entity type. |
| FilterFormatTest::$modules | property | core/ |
Modules to install. |
| FilterFormatTest::$modules | property | core/ |
Modules to install. |
| FilterFormatTest::$modules | property | core/ |
Modules to install. |
| FilterFormatTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| FilterFormatTest::createEntity | function | core/ |
Creates the entity to be tested. |
| FilterFormatTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.