Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
CKEditor5DialogTestController.php file core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php
CKEditor5DialogTestController::testDialog function core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php Returns a link that can open a node add form in an modal dialog.
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
CKEditor5FragmentLinkTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php Tests that the fragment link points to CKEditor 5.
CKEditor5FragmentLinkTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php
CKEditor5FragmentLinkTest::$account property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php The admin user.
CKEditor5FragmentLinkTest::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php The theme to install as the default for testing.
CKEditor5FragmentLinkTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php Modules to enable.
CKEditor5FragmentLinkTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php
CKEditor5FragmentLinkTest::testFragmentLink function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php Tests if the fragment link to a textarea works with CKEditor 5 enabled.
CKEditor5ImageController class core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Returns response for CKEditor 5 Simple image upload adapter.
CKEditor5ImageController.php file core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php
CKEditor5ImageController::$currentUser property core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php The currently authenticated user.
CKEditor5ImageController::$eventDispatcher property core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php The event dispatcher.
CKEditor5ImageController::$fileSystem property core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php The file system service.
CKEditor5ImageController::$lock property core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php The lock service.
CKEditor5ImageController::$mimeTypeGuesser property core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php The MIME type guesser.
CKEditor5ImageController::create function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Instantiates a new instance of this class.
CKEditor5ImageController::generateLockIdFromFileUri function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Generates a lock ID based on the file URI.
CKEditor5ImageController::imageUploadEnabledAccess function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Access check based on whether image upload is enabled or not.
CKEditor5ImageController::prepareFilename function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Prepares the filename to strip out any malicious extensions.
CKEditor5ImageController::upload function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Uploads and saves an image from a CKEditor 5 POST.
CKEditor5ImageController::validate function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Validates the file.
CKEditor5ImageController::__construct function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Constructs a new CKEditor5ImageController.
CKEditor5IntegrationTest class core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php Tests that Quick Edit can load CKEditor 5.
CKEditor5IntegrationTest.php file core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php
CKEditor5IntegrationTest::$contentAuthorUser property core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php A user with permissions to edit Articles and use Quick Edit.
CKEditor5IntegrationTest::$defaultTheme property core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php The theme to install as the default for testing.
CKEditor5IntegrationTest::$modules property core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php Modules to enable.
CKEditor5IntegrationTest::setUp function core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php
CKEditor5IntegrationTest::testArticleNode function core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php Tests if an article node can be in-place edited with Quick Edit.
CKEditor5IntegrationTest::testDiscard function core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php Tests that changes can be discarded.
CKEditor5MediaAndFilterSettingsInSyncConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php Ensure CKEditor 5 media plugin's and media filter's settings are in sync.
CKEditor5MediaAndFilterSettingsInSyncConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php
CKEditor5MediaAndFilterSettingsInSyncConstraint::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php The default violation message.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php CKEditor 5 Media plugin in sync with the filter settings validator.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$filterPluginManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The filter plugin manager service.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$typedConfigManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The typed config manager service.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::create function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php Instantiates a new instance of this class.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::__construct function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php Constructs a new CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.