Search for source
- Search 7.x for source
- Search 8.9.x for source
- Search 10.3.x for source
- Search 11.x for source
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
The data provider. |
ShortcutSetUsersTest::providerSource | function | core/ |
The data provider. |
ShortcutTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
ShortcutTest::providerSource | function | core/ |
The data provider. |
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/ |
|
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. |
SourceEditingRedundantTagsConstraintValidator | class | core/ |
Ensures tags already available via plugin are not be added to Source Editing. |
SourceEditingRedundantTagsConstraintValidator.php | file | core/ |
|
SourceEditingRedundantTagsConstraintValidator::pluginsSupplyingTagsMessage | function | core/ |
Creates a message listing plugins and the overlapping tags they provide. |
SourceEditingRedundantTagsConstraintValidator::tagHasAttributeRestrictions | function | core/ |
Inspects whether the given tag has attribute restrictions. |
SourceEditingRedundantTagsConstraintValidator::validate | function | core/ |
|
SourceEditingTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig() @group ckeditor5 @internal |
SourceEditingTest.php | file | core/ |
|
SourceEditingTest::$adminUser | property | core/ |
The user to use during testing. |
SourceEditingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SourceEditingTest::$host | property | core/ |
A host entity with a body field whose text to edit with CKEditor 5. |
SourceEditingTest::$modules | property | core/ |
Modules to enable. |
SourceEditingTest::providerAllowingExtraAttributes | function | core/ |
Data provider for ::testAllowingExtraAttributes(). |
SourceEditingTest::setUp | function | core/ |
|
SourceEditingTest::testAllowingExtraAttributes | function | core/ |
Tests allowing extra attributes on already supported tags using GHS. |
SourceEditingTest::testSourceEditingSettingsForm | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing::buildConfigurationForm |
SourcePluginBase | class | core/ |
The base class for source plugins. |
SourcePluginBase.php | file | core/ |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.