Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
EditorHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/editor/EditorHalJsonCookieTest.php The authentication mechanism to use in this test.
EditorHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/editor/EditorHalJsonCookieTest.php The theme to install as the default for testing.
EditorHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/editor/EditorHalJsonCookieTest.php The format to use in this test.
EditorHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/editor/EditorHalJsonCookieTest.php The MIME type that corresponds to $format.
EditorHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/editor/EditorHalJsonCookieTest.php Modules to install.
EditorialContentEntityBase class core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php Provides a base entity class with extended revision and publishing support.
EditorialContentEntityBase.php file core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php
EditorialContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php
EditorImageDialog class core/modules/editor/src/Form/EditorImageDialog.php Provides an image dialog for text editors.
EditorImageDialog.php file core/modules/editor/src/Form/EditorImageDialog.php
EditorImageDialog::$fileStorage property core/modules/editor/src/Form/EditorImageDialog.php The file storage service.
EditorImageDialog::buildForm function core/modules/editor/src/Form/EditorImageDialog.php
EditorImageDialog::create function core/modules/editor/src/Form/EditorImageDialog.php Instantiates a new instance of this class.
EditorImageDialog::getFormId function core/modules/editor/src/Form/EditorImageDialog.php Returns a unique string identifying the form.
EditorImageDialog::submitForm function core/modules/editor/src/Form/EditorImageDialog.php Form submission handler.
EditorImageDialog::__construct function core/modules/editor/src/Form/EditorImageDialog.php Constructs a form object for image dialog.
EditorImageDialogTest class core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Tests EditorImageDialog validation and conversion functionality.
EditorImageDialogTest.php file core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php
EditorImageDialogTest::$editor property core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Text editor config entity for testing.
EditorImageDialogTest::$modules property core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Modules to enable.
EditorImageDialogTest::setUp function core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Sets up the test.
EditorImageDialogTest::testEditorImageDialog function core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Tests that editor image dialog works as expected.
EditorIntegrationLoadingTest class core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php Tests Quick Edit module integration endpoints.
EditorIntegrationLoadingTest.php file core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php
EditorIntegrationLoadingTest::$basicPermissions property core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php The basic permissions necessary to view content and use in-place editing.
EditorIntegrationLoadingTest::$defaultTheme property core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php The theme to install as the default for testing.
EditorIntegrationLoadingTest::$modules property core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php Modules to enable.
EditorIntegrationLoadingTest::setUp function core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php
EditorIntegrationLoadingTest::testUsersWithoutPermission function core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php Tests loading of untransformed text when a user doesn't have access to it.
EditorIntegrationLoadingTest::testUserWithPermission function core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php Tests loading of untransformed text when a user does have access to it.
EditorIntegrationTest class core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests Edit module integration (Editor module's inline editing support).
EditorIntegrationTest.php file core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php
EditorIntegrationTest::$accessChecker property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The access checker object to be used by the metadata generator object.
EditorIntegrationTest::$editorManager property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The manager for editor plug-ins.
EditorIntegrationTest::$editorSelector property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The editor selector object to be used by the metadata generator object.
EditorIntegrationTest::$fieldName property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The name of the field used for tests.
EditorIntegrationTest::$metadataGenerator property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The metadata generator object to be tested.
EditorIntegrationTest::$modules property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Modules to enable.
EditorIntegrationTest::getSelectedEditor function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Returns the in-place editor that quickedit selects.
EditorIntegrationTest::setUp function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Sets the default field storage backend for fields created during tests.
EditorIntegrationTest::testAttachments function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests in-place editor attachments when the Editor module is present.
EditorIntegrationTest::testEditorSelection function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests editor selection when the Editor module is present.
EditorIntegrationTest::testGetUntransformedTextCommand function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests GetUntransformedTextCommand AJAX command.
EditorIntegrationTest::testMetadata function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests (custom) metadata when the formatted text editor is used.
EditorInterface interface core/modules/editor/src/EditorInterface.php Provides an interface defining a text editor entity.
EditorInterface.php file core/modules/editor/src/EditorInterface.php
EditorInterface::getEditor function core/modules/editor/src/EditorInterface.php Returns the associated text editor plugin ID.
EditorInterface::getFilterFormat function core/modules/editor/src/EditorInterface.php Returns the filter format this text editor is associated with.
EditorInterface::getImageUploadSettings function core/modules/editor/src/EditorInterface.php Returns the image upload settings.
EditorInterface::getSettings function core/modules/editor/src/EditorInterface.php Returns the text editor plugin-specific settings.

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