FilterFormat |
class |
core/modules/filter/src/Entity/FilterFormat.php |
Represents a text format. |
FilterFormat |
class |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
The filter format data type. |
FilterFormat |
class |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php |
Drupal 6 filter source from database. |
FilterFormat |
class |
core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php |
Drupal 7 filter source from database. |
FilterFormat.php |
file |
core/modules/filter/src/Entity/FilterFormat.php |
|
FilterFormat.php |
file |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
|
FilterFormat.php |
file |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php |
|
FilterFormat.php |
file |
core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php |
|
FilterFormat::$filterCollection |
property |
core/modules/filter/src/Entity/FilterFormat.php |
Holds the collection of filters that are attached to this format. |
FilterFormat::$filters |
property |
core/modules/filter/src/Entity/FilterFormat.php |
Configured filters for this text format. |
FilterFormat::$format |
property |
core/modules/filter/src/Entity/FilterFormat.php |
Unique machine name of the format. |
FilterFormat::$name |
property |
core/modules/filter/src/Entity/FilterFormat.php |
Unique label of the text format. |
FilterFormat::$roles |
property |
core/modules/filter/src/Entity/FilterFormat.php |
List of user role IDs to grant access to use this format on initial creation. |
FilterFormat::$weight |
property |
core/modules/filter/src/Entity/FilterFormat.php |
Weight of this format in the text format selector. |
FilterFormat::calculatePluginDependencies |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Calculates and adds dependencies of a specific plugin instance. |
FilterFormat::disable |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Disables the configuration entity. |
FilterFormat::fields |
function |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php |
Returns available fields on the source. |
FilterFormat::fields |
function |
core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php |
Returns available fields on the source. |
FilterFormat::filters |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Returns the ordered collection of filter plugin instances or an individual plugin instance. |
FilterFormat::getFilterTypes |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Retrieves all filter types that are used in the text format. |
FilterFormat::getHtmlRestrictions |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Retrieve all HTML restrictions (tags and attributes) for the text format. |
FilterFormat::getIds |
function |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php |
Defines the source fields uniquely identifying a source row. |
FilterFormat::getIds |
function |
core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php |
Defines the source fields uniquely identifying a source row. |
FilterFormat::getPermissionName |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Returns the machine-readable permission name for the text format. |
FilterFormat::getPluginCollections |
function |
core/modules/filter/src/Entity/FilterFormat.php |
|
FilterFormat::getPossibleOptions |
function |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
Returns an array of possible values with labels for display. |
FilterFormat::getPossibleValues |
function |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
Returns an array of possible values. |
FilterFormat::getSettableOptions |
function |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
Returns an array of settable values with labels for display. |
FilterFormat::getSettableValues |
function |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
Returns an array of settable values. |
FilterFormat::id |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Gets the identifier. |
FilterFormat::isFallbackFormat |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Returns if this format is the fallback format. |
FilterFormat::onDependencyRemoval |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Informs the entity that entities it depends on will be deleted. |
FilterFormat::postSave |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Acts on a saved entity before the insert or update hook is invoked. |
FilterFormat::prepareRow |
function |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php |
Adds additional data to the row. |
FilterFormat::prepareRow |
function |
core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php |
Adds additional data to the row. |
FilterFormat::preSave |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Acts on an entity before the presave hook is invoked. |
FilterFormat::query |
function |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php |
|
FilterFormat::query |
function |
core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php |
|
FilterFormat::removeFilter |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Removes a filter. |
FilterFormat::setFilterConfig |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Sets the configuration for a filter plugin instance. |
FilterFormat::toArray |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Gets an array of all property values. |
FilterFormatAccessControlHandler |
class |
core/modules/filter/src/FilterFormatAccessControlHandler.php |
Defines the access control handler for the filter format entity type. |
FilterFormatAccessControlHandler.php |
file |
core/modules/filter/src/FilterFormatAccessControlHandler.php |
|
FilterFormatAccessControlHandler::checkAccess |
function |
core/modules/filter/src/FilterFormatAccessControlHandler.php |
Performs access checks. |
FilterFormatAccessTest |
class |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
Tests access to text formats. |
FilterFormatAccessTest.php |
file |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
|
FilterFormatAccessTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
A user with administrative permissions. |
FilterFormatAccessTest::$allowedFormat |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
An object representing an allowed text format. |
FilterFormatAccessTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
The theme to install as the default for testing. |
FilterFormatAccessTest::$disallowedFormat |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
An object representing a disallowed text format. |