Search for to
Title | Object type | File name | Summary |
---|---|---|---|
EditorAdminTest.php | file | core/ |
|
EditorAdminTest.php | file | core/ |
|
EditorAdminTest::$adminUser | property | core/ |
A user with the 'administer filters' permission. |
EditorAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EditorAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EditorAdminTest::$modules | property | core/ |
Modules to install. |
EditorAdminTest::$modules | property | core/ |
Modules to install. |
EditorAdminTest::$user | property | core/ |
The user to use during testing. |
EditorAdminTest::addEditorToNewFormat | function | core/ |
Adds an editor to a new format using the UI. |
EditorAdminTest::enableUnicornEditor | function | core/ |
Enables the unicorn editor. |
EditorAdminTest::selectUnicornEditor | function | core/ |
Tests and selects the unicorn editor. |
EditorAdminTest::setUp | function | core/ |
|
EditorAdminTest::setUp | function | core/ |
|
EditorAdminTest::testAddEditorToExistingFormat | function | core/ |
Tests adding a text editor to an existing text format. |
EditorAdminTest::testAddEditorToNewFormat | function | core/ |
Tests adding a text editor to a new text format. |
EditorAdminTest::testDisableFormatWithEditor | function | core/ |
Tests format disabling. |
EditorAdminTest::testEditorCreation | function | core/ |
Tests that editor creation works fine while switching text editor field. |
EditorAdminTest::testEditorSelection | function | core/ |
Tests that editor selection can be toggled without breaking ajax. |
EditorAdminTest::testNoEditorAvailable | function | core/ |
Tests an existing format without any editors available. |
EditorAdminTest::testSwitchEditorToNone | function | core/ |
Tests switching text editor to none does not throw a TypeError. |
EditorAdminTest::verifyUnicornEditorConfiguration | function | core/ |
Verifies unicorn editor configuration. |
EditorBase | class | core/ |
Defines a base class from which other modules providing editors may extend. |
EditorBase.php | file | core/ |
|
EditorBase::buildConfigurationForm | function | core/ |
Form constructor. |
EditorBase::getDefaultSettings | function | core/ |
Returns the default settings for this configurable text editor. |
EditorBase::submitConfigurationForm | function | core/ |
Form submission handler. |
EditorBase::validateConfigurationForm | function | core/ |
Form validation handler. |
EditorConfigEntityUnitTest | class | core/ |
@coversDefaultClass \Drupal\editor\Entity\Editor @group editor |
EditorConfigEntityUnitTest.php | file | core/ |
|
EditorConfigEntityUnitTest::$editorId | property | core/ |
Editor plugin ID. |
EditorConfigEntityUnitTest::$editorPluginManager | property | core/ |
The editor plugin manager used for testing. |
EditorConfigEntityUnitTest::$entityType | property | core/ |
The entity type used for testing. |
EditorConfigEntityUnitTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
EditorConfigEntityUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
EditorConfigEntityUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
EditorConfigEntityUnitTest::setUp | function | core/ |
|
EditorConfigEntityUnitTest::testCalculateDependencies | function | core/ |
@covers ::calculateDependencies |
EditorConfigTranslationSubscriber | class | core/ |
Adds configuration names to configuration mapper on POPULATE_MAPPER event. |
EditorConfigTranslationSubscriber.php | file | core/ |
|
EditorConfigTranslationSubscriber::$configFactory | property | core/ |
The config factory. |
EditorConfigTranslationSubscriber::addConfigNames | function | core/ |
Reacts to the populating of a configuration mapper. |
EditorConfigTranslationSubscriber::getSubscribedEvents | function | core/ |
|
EditorConfigTranslationSubscriber::__construct | function | core/ |
EditorConfigTranslationSubscriber constructor. |
EditorController | class | core/ |
Returns responses for Editor module routes. |
EditorController.php | file | core/ |
|
EditorController::filterXss | function | core/ |
Apply the necessary XSS filtering for using a certain text format's editor. |
EditorDialogSave | class | core/ |
Provides an AJAX command for saving the contents of an editor dialog. |
EditorDialogSave.php | file | core/ |
|
EditorDialogSave::$values | property | core/ |
An array of values that will be passed back to the editor by the dialog. |
EditorDialogSave::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
Pagination
- Previous page
- Page 70
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.