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
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.
EditorInterface::hasAssociatedFilterFormat function core/modules/editor/src/EditorInterface.php Returns whether this text editor has an associated filter format.
EditorInterface::setEditor function core/modules/editor/src/EditorInterface.php Set the text editor plugin ID.
EditorInterface::setImageUploadSettings function core/modules/editor/src/EditorInterface.php Sets the image upload settings.
EditorInterface::setSettings function core/modules/editor/src/EditorInterface.php Sets the text editor plugin-specific settings.
EditorJsonAnonTest class core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php @group rest
EditorJsonAnonTest.php file core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php
EditorJsonAnonTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The theme to install as the default for testing.
EditorJsonAnonTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The format to use in this test.
EditorJsonAnonTest::$mimeType property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The MIME type that corresponds to $format.
EditorJsonBasicAuthTest class core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php @group rest
EditorJsonBasicAuthTest.php file core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php
EditorJsonBasicAuthTest::$auth property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The authentication mechanism to use in this test.
EditorJsonBasicAuthTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The theme to install as the default for testing.
EditorJsonBasicAuthTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The format to use in this test.
EditorJsonBasicAuthTest::$mimeType property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The MIME type that corresponds to $format.
EditorJsonBasicAuthTest::$modules property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php Modules to install.

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