Search for source
- Search 7.x for source
- Search 9.5.x for source
- Search 8.9.x for source
- Search 10.3.x for source
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SourceEditing.php | file | core/ |
|
| SourceEditing::buildConfigurationForm | function | core/ |
Form constructor. |
| SourceEditing::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| 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/ |
Form submission handler. |
| SourceEditing::validateConfigurationForm | function | core/ |
Form validation handler. |
| SourceEditingEmptyElementTest | class | core/ |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing. |
| SourceEditingEmptyElementTest.php | file | core/ |
|
| SourceEditingEmptyElementTest::testEmptyInlineElement | function | core/ |
Tests creating empty inline elements using Source Editing. |
| SourceEditingPluginTest | class | core/ |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing. |
| SourceEditingPluginTest.php | file | core/ |
|
| SourceEditingPluginTest::providerGetDynamicPluginConfig | function | core/ |
Provides a list of configs to test. |
| SourceEditingPluginTest::testGetDynamicPluginConfig | function | core/ |
Tests get dynamic plugin config. |
| 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 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/ |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing. |
| SourceEditingTest.php | file | core/ |
|
| SourceEditingTest::doTestAllowingExtraAttributes | function | core/ |
Tests extra attributes with a specific data set. |
| SourceEditingTest::providerAllowingExtraAttributes | function | core/ |
Data provider for ::testAllowingExtraAttributes(). |
| SourceEditingTest::testAllowingExtraAttributes | function | core/ |
Tests allowing extra attributes on already supported tags using GHS. |
| SourceEditingTest::testSourceEditingSettingsForm | function | core/ |
Tests source editing settings form. |
| SourceEditingTestBase | class | core/ |
Provides a base class for testing the source editing function. |
| SourceEditingTestBase.php | file | core/ |
|
| SourceEditingTestBase::$adminUser | property | core/ |
The user to use during testing. |
| SourceEditingTestBase::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SourceEditingTestBase::$host | property | core/ |
A host entity with a body field whose text to edit with CKEditor 5. |
| SourceEditingTestBase::$modules | property | core/ |
Modules to install. |
| SourceEditingTestBase::setUp | function | core/ |
|
| SourceModuleTest | class | core/ |
Tests source_module selection. |
| SourceModuleTest.php | file | core/ |
|
| SourceModuleTest::$modules | property | core/ |
Modules to install. |
| SourceModuleTest::testSourceModuleInMigration | function | core/ |
Tests the source_module is set when not in source plugin annotation. |
| SourcePluginBase | class | core/ |
The base class for source plugins. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.