Search for source
- Search 7.x for source
- Search 9.5.x for source
- Search 8.9.x for source
- Search 11.x for source
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ShortcutResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
ShortcutResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
ShortcutSetResourceTestBase | class | core/ |
ResourceTestBase for ShortcutSet entity. |
ShortcutSetResourceTestBase.php | file | core/ |
|
ShortcutSetResourceTestBase::$entity | property | core/ |
The ShortcutSet entity. |
ShortcutSetResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
ShortcutSetResourceTestBase::$modules | property | core/ |
Modules to install. |
ShortcutSetResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
ShortcutSetResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
ShortcutSetResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
ShortcutSetResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
ShortcutSetResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
ShortcutSetResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
ShortcutSetTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
ShortcutSetTest::providerSource | function | core/ |
|
ShortcutSetUsersTest::providerSource | function | core/ |
|
ShortcutTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
ShortcutTest::providerSource | function | core/ |
|
SmartDefaultSettings::addTagsToSourceEditing | function | core/ |
|
source-editing.admin.css | file | core/ |
.ckeditor5-toolbar-button-sourceEditing { background-image: url(../icons/source-editing.svg); } |
SourceEditing | class | core/ |
CKEditor 5 Source Editing plugin configuration. |
SourceEditing.php | file | core/ |
|
SourceEditing::buildConfigurationForm | function | core/ |
|
SourceEditing::defaultConfiguration | function | core/ |
|
SourceEditing::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
SourceEditing::getElementsSubset | function | core/ |
Returns a configured subset of the elements supported by this plugin. |
SourceEditing::submitConfigurationForm | function | core/ |
|
SourceEditing::validateConfigurationForm | function | core/ |
|
SourceEditingEmptyElementTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig @group ckeditor5 @group #slow @internal |
SourceEditingEmptyElementTest.php | file | core/ |
|
SourceEditingEmptyElementTest::testEmptyInlineElement | function | core/ |
Tests creating empty inline elements using Source Editing. |
SourceEditingPluginTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing @group ckeditor5 @internal |
SourceEditingPluginTest.php | file | core/ |
|
SourceEditingPluginTest::providerGetDynamicPluginConfig | function | core/ |
Provides a list of configs to test. |
SourceEditingPluginTest::testGetDynamicPluginConfig | function | core/ |
@covers ::getDynamicPluginConfig @dataProvider providerGetDynamicPluginConfig |
SourceEditingPreventSelfXssConstraint | class | core/ |
For disallowing Source Editing configuration that allows self-XSS. |
SourceEditingPreventSelfXssConstraint.php | file | core/ |
|
SourceEditingPreventSelfXssConstraint::$message | property | core/ |
When Source Editing is configured to allow self-XSS. |
SourceEditingPreventSelfXssConstraintValidator | class | core/ |
Ensures Source Editing cannot be configured to allow self-XSS. |
SourceEditingPreventSelfXssConstraintValidator.php | file | core/ |
|
SourceEditingPreventSelfXssConstraintValidator::getRegExForWildCardAttributeName | function | core/ |
Computes a regular expression for matching a wildcard attribute name. |
SourceEditingPreventSelfXssConstraintValidator::isWildcardAttributeName | function | core/ |
Checks whether the given attribute name contains a wildcard, e.g. `data-*`. |
SourceEditingPreventSelfXssConstraintValidator::validate | function | core/ |
|
SourceEditingRedundantTagsConstraint | class | core/ |
For disallowing Source Editing elements already supported by a plugin. |
SourceEditingRedundantTagsConstraint.php | file | core/ |
|
SourceEditingRedundantTagsConstraint::$availablePluginsMessage | property | core/ |
When a Source Editing element is added that a disabled plugin supports. |
SourceEditingRedundantTagsConstraint::$enabledPluginsMessage | property | core/ |
When a Source Editing element is added that an enabled plugin supports. |
SourceEditingRedundantTagsConstraint::$enabledPluginsOptionalMessage | property | core/ |
When a Source Editing element is added that an enabled plugin optionally supports. |
SourceEditingRedundantTagsConstraintValidator | class | core/ |
Ensures tags already available via plugin are not be added to Source Editing. |
SourceEditingRedundantTagsConstraintValidator.php | file | core/ |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.