| FilterFormatFormBase.php |
file |
core/modules/filter/src/FilterFormatFormBase.php |
|
| FilterFormatFormBase::actions |
function |
core/modules/filter/src/FilterFormatFormBase.php |
|
| FilterFormatFormBase::exists |
function |
core/modules/filter/src/FilterFormatFormBase.php |
Determines if the format already exists. |
| FilterFormatFormBase::form |
function |
core/modules/filter/src/FilterFormatFormBase.php |
|
| FilterFormatFormBase::submitForm |
function |
core/modules/filter/src/FilterFormatFormBase.php |
|
| FilterFormatFormBase::validateForm |
function |
core/modules/filter/src/FilterFormatFormBase.php |
|
| FilterFormatInterface |
interface |
core/modules/filter/src/FilterFormatInterface.php |
Provides an interface defining a filter format entity. |
| FilterFormatInterface.php |
file |
core/modules/filter/src/FilterFormatInterface.php |
|
| FilterFormatInterface::filters |
function |
core/modules/filter/src/FilterFormatInterface.php |
Returns a sorted collection of filter plugins or an individual instance. |
| FilterFormatInterface::getFilterTypes |
function |
core/modules/filter/src/FilterFormatInterface.php |
Retrieves all filter types that are used in the text format. |
| FilterFormatInterface::getHtmlRestrictions |
function |
core/modules/filter/src/FilterFormatInterface.php |
Retrieve all HTML restrictions (tags and attributes) for the text format. |
| FilterFormatInterface::getPermissionName |
function |
core/modules/filter/src/FilterFormatInterface.php |
Returns the machine-readable permission name for the text format. |
| FilterFormatInterface::getRoles |
function |
core/modules/filter/src/FilterFormatInterface.php |
Retrieves a list of roles that are allowed to use this format. |
| FilterFormatInterface::isFallbackFormat |
function |
core/modules/filter/src/FilterFormatInterface.php |
Returns if this format is the fallback format. |
| FilterFormatInterface::removeFilter |
function |
core/modules/filter/src/FilterFormatInterface.php |
Removes a filter. |
| FilterFormatInterface::setFilterConfig |
function |
core/modules/filter/src/FilterFormatInterface.php |
Sets the configuration for a filter plugin instance. |
| FilterFormatJsonAnonTest |
class |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
Tests Filter Format Json Anon. |
| FilterFormatJsonAnonTest.php |
file |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
|
| FilterFormatJsonAnonTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
|
| FilterFormatJsonAnonTest::$format |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
|
| FilterFormatJsonAnonTest::$mimeType |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php |
|
| FilterFormatJsonBasicAuthTest |
class |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
Tests Filter Format Json Basic Auth. |
| FilterFormatJsonBasicAuthTest.php |
file |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
|
| FilterFormatJsonBasicAuthTest::$auth |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
|
| FilterFormatJsonBasicAuthTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
|
| FilterFormatJsonBasicAuthTest::$format |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
|
| FilterFormatJsonBasicAuthTest::$mimeType |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
|
| FilterFormatJsonBasicAuthTest::$modules |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php |
|
| FilterFormatJsonCookieTest |
class |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
Tests Filter Format Json Cookie. |
| FilterFormatJsonCookieTest.php |
file |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
|
| FilterFormatJsonCookieTest::$auth |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
|
| FilterFormatJsonCookieTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
|
| FilterFormatJsonCookieTest::$format |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
|
| FilterFormatJsonCookieTest::$mimeType |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php |
|
| FilterFormatListBuilder |
class |
core/modules/filter/src/FilterFormatListBuilder.php |
Defines a class to build a listing of filter format entities. |
| FilterFormatListBuilder.php |
file |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::$configFactory |
property |
core/modules/filter/src/FilterFormatListBuilder.php |
The config factory service. |
| FilterFormatListBuilder::$entitiesKey |
property |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::$formatRepository |
property |
core/modules/filter/src/FilterFormatListBuilder.php |
The filter format repository service. |
| FilterFormatListBuilder::$messenger |
property |
core/modules/filter/src/FilterFormatListBuilder.php |
The messenger. |
| FilterFormatListBuilder::buildForm |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::buildHeader |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::buildRow |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::createInstance |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::getDefaultOperations |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::getFormId |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::submitForm |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatListBuilder::__construct |
function |
core/modules/filter/src/FilterFormatListBuilder.php |
|
| FilterFormatPermission |
class |
core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php |
Migrate filter format serial to string id in permission name. |
| FilterFormatPermission.php |
file |
core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php |
|