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
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FilterFormatPermission::$migrateLookup | property | core/ |
The migrate lookup service. |
| FilterFormatPermission::$migration | property | core/ |
The current migration. |
| FilterFormatPermission::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FilterFormatPermission::transform | function | core/ |
Migrate filter format serial to string id in permission name. |
| FilterFormatPermission::__construct | function | core/ |
Constructs a FilterFormatPermission plugin instance. |
| FilterFormatPermissionTest | class | core/ |
Tests conversion of format serial to string id in permission name. |
| FilterFormatPermissionTest.php | file | core/ |
|
| FilterFormatPermissionTest::testConfigurableFilterFormat | function | core/ |
Tests configurability of filter_format migration name. |
| FilterFormatRepository | class | core/ |
Provides a repository service for filter formats. |
| 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/ |
Modules to install. |
| 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/ |
The tested entity type. |
| FilterFormatResourceTestBase::$modules | property | core/ |
Modules to install. |
| FilterFormatResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
| FilterFormatResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| FilterFormatResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| FilterFormatResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| 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/ |
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.