CKEditor5AllowedTagsTest::$defaultElementsAfterUpdatingToCkeditor5 |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
The expected allowed elements after updating to CKEditor 5. |
CKEditor5AllowedTagsTest::$defaultElementsWhenUpdatingNotCkeditor5 |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
The default allowed elements for filter_html's "allowed_html" setting. |
CKEditor5AllowedTagsTest::testMediaElementAllowedTags |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Test that <drupal-media> is added to allowed tags when media embed enabled. |
CKEditor5ElementConstraint |
class |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php |
CKEditor 5 element. |
CKEditor5ElementConstraint.php |
file |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php |
|
CKEditor5ElementConstraint::$message |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php |
The default violation message. |
CKEditor5ElementConstraint::$missingRequiredAttributeMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php |
Violation message when a required attribute is missing. |
CKEditor5ElementConstraint::$requiredAttributeMinValuesMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php |
Violation message when a required attribute does not allow enough values. |
CKEditor5ElementConstraint::$requiredAttributes |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php |
Validation constraint option to impose attributes to be specified. |
CKEditor5ElementConstraintValidator |
class |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraintValidator.php |
CKEditor 5 element validator. |
CKEditor5ElementConstraintValidator.php |
file |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraintValidator.php |
|
CKEditor5ElementConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraintValidator.php |
|
CKEditor5PluginDefinition::getCreatableElements |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Gets the elements this plugin allows to create. |
CKEditor5PluginDefinition::getElements |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Gets the list of elements and attributes this plugin allows to create/edit. |
CKEditor5PluginDefinition::hasElements |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Whether this plugin allows creating/editing elements and attributes. |
CKEditor5PluginDefinition::isCreatableElement |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Checks if the element is a plain tag, meaning the plugin can create it. |
CKEditor5PluginElementsSubsetInterface |
interface |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php |
Defines an interface for plugins that can support an elements subset. |
CKEditor5PluginElementsSubsetInterface.php |
file |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php |
|
CKEditor5PluginElementsSubsetInterface::getElementsSubset |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php |
Returns a configured subset of the elements supported by this plugin. |
CKEditor5PluginManager::findPluginSupportingElement |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php |
Searches for CKEditor 5 plugin that supports a given tag. |
CKEditor5PluginManager::getProvidedElements |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php |
Gets all supported elements for the given plugins and text editor. |
CKEditor5PluginManagerInterface::findPluginSupportingElement |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php |
Searches for CKEditor 5 plugin that supports a given tag. |
CKEditor5PluginManagerInterface::getProvidedElements |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php |
Gets all supported elements for the given plugins and text editor. |
CKEditor5PluginManagerTest::providerProvidedElementsInvalidElementSubset |
function |
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php |
Data provider. |
CKEditor5PluginManagerTest::providerTestPluginSupportingElement |
function |
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php |
Provides use cases for findPluginSupportingElement(). |
CKEditor5PluginManagerTest::providerTestProvidedElements |
function |
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php |
Provides uses cases enabling different elements and the expected results. |
CKEditor5PluginManagerTest::testPluginSupportingElement |
function |
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php |
Tests the logic of findPluginSupportingElement. |
CKEditor5PluginManagerTest::testProvidedElements |
function |
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php |
Tests the parsing of CKEditor 5 plugin element config. |
CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset |
function |
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php |
Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes. |
CKEditor5TestTrait::selectTextInsideElement |
function |
core/modules/ckeditor5/tests/src/Traits/CKEditor5TestTrait.php |
Selects text inside an element. |
ckeditor5_definition_supporting_element.ckeditor5.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.ckeditor5.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.ckeditor5.yml |
ckeditor5_definition_supporting_element.info.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml |
ckeditor5_drupalelementstyle_test.info.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.info.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.info.yml |
ckeditor5_drupalelementstyle_test.module |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.module |
|
ckeditor5_drupalelementstyle_test_ckeditor5_plugin_info_alter |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.module |
Implements hook_ckeditor4to5upgrade_plugin_info_alter(). |
ckeditor5_plugin_elements_subset.ckeditor5.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.ckeditor5.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.ckeditor5.yml |
ckeditor5_plugin_elements_subset.info.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.info.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.info.yml |
ckeditor5_plugin_elements_subset.schema.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/config/schema/ckeditor5_plugin_elements_subset.schema.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/config/schema/ckeditor5_plugin_elements_subset.schema.yml |
ckeditor5_plugin_elements_test.ckeditor5.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml |
ckeditor5_plugin_elements_test.info.yml |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.info.yml |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.info.yml |
ClaroTest::testRegressionMissingElementsCss |
function |
core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php |
Testing that Claro theme's global library is always attached. |
claro_element_info_alter |
function |
core/themes/claro/claro.theme |
Implements hook_element_info_alter(). |
claro_preprocess_form_element |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_form_element(). |
claro_preprocess_form_element__password |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_HOOK() for form_element__password. |
claro_preprocess_form_element__password_confirm |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_HOOK() for form_element__password_confirm. |
claro_theme_suggestions_form_element_alter |
function |
core/themes/claro/claro.theme |
Implements hook_theme_suggestions_HOOK_alter() for form_element. |
CommentDefaultFormatter::viewElements |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Builds a renderable array for a field value. |
CommentWidget::formElement |
function |
core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php |
Returns the form for a single field widget. |
common-test-render-element.html.twig |
file |
core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig |
Default theme implementation for the common test render element. |
common_test_preprocess_common_test_render_element |
function |
core/modules/system/tests/modules/common_test/common_test.module |
Implements MODULE_preprocess_HOOK(). |