Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 Provides base field definitions for an entity type.
EditorImageDialog::$fileStorage property core/modules/editor/src/Form/EditorImageDialog.php The file storage service.
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::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.

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