Editor::getFilterFormat |
function |
core/modules/editor/src/Entity/Editor.php |
Returns the filter format this text editor is associated with. |
Editor::hasAssociatedFilterFormat |
function |
core/modules/editor/src/Entity/Editor.php |
Returns whether this text editor has an associated filter format. |
EditorAdminTest::addEditorToNewFormat |
function |
core/modules/editor/tests/src/Functional/EditorAdminTest.php |
Adds an editor to a new format using the UI. |
EditorAdminTest::testAddEditorToExistingFormat |
function |
core/modules/editor/tests/src/Functional/EditorAdminTest.php |
Tests adding a text editor to an existing text format. |
EditorAdminTest::testAddEditorToNewFormat |
function |
core/modules/editor/tests/src/Functional/EditorAdminTest.php |
Tests adding a text editor to a new text format. |
EditorAdminTest::testDisableFormatWithEditor |
function |
core/modules/editor/tests/src/Functional/EditorAdminTest.php |
Tests format disabling. |
EditorBase::buildConfigurationForm |
function |
core/modules/editor/src/Plugin/EditorBase.php |
Form constructor. |
EditorBase::submitConfigurationForm |
function |
core/modules/editor/src/Plugin/EditorBase.php |
Form submission handler. |
EditorBase::validateConfigurationForm |
function |
core/modules/editor/src/Plugin/EditorBase.php |
Form validation handler. |
EditorFilterIntegrationTest::testTextFormatIntegration |
function |
core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php |
Tests text format removal or disabling. |
EditorHooks::filterFormatPresave |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
EditorHooks::formFilterAdminOverviewAlter |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Implements hook_form_FORM_ID_alter(). |
EditorHooks::formFilterFormatFormAlter |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm. |
EditorInterface::getFilterFormat |
function |
core/modules/editor/src/EditorInterface.php |
Returns the filter format this text editor is associated with. |
EditorInterface::hasAssociatedFilterFormat |
function |
core/modules/editor/src/EditorInterface.php |
Returns whether this text editor has an associated filter format. |
EditorJsonAnonTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php |
The format to use in this test. |
EditorJsonBasicAuthTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php |
The format to use in this test. |
EditorJsonCookieTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php |
The format to use in this test. |
EditorValidationTest::testInvalidFormat |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests validating an editor with a non-existent `format`. |
EditorXmlAnonTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php |
The format to use in this test. |
EditorXmlBasicAuthTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
The format to use in this test. |
EditorXmlCookieTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php |
The format to use in this test. |
editor_form_filter_admin_format_editor_configure |
function |
core/modules/editor/editor.module |
Button submit handler for filter_format_form()'s 'editor_configure' button. |
editor_form_filter_admin_format_submit |
function |
core/modules/editor/editor.module |
Additional submit handler for filter_format_form(). |
editor_form_filter_admin_format_validate |
function |
core/modules/editor/editor.module |
Additional validate handler for filter_format_form(). |
editor_form_filter_admin_form_ajax |
function |
core/modules/editor/editor.module |
AJAX callback handler for filter_format_form(). |
editor_image_upload_settings_form |
function |
core/modules/editor/editor.admin.inc |
Subform constructor to configure the text editor's image upload settings. |
Element::preRenderTextFormat |
function |
core/modules/editor/src/Element.php |
Additional #pre_render callback for 'text_format' elements. |
ElementsFieldsetTest::buildForm |
function |
core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php |
Form constructor. |
ElementsFieldsetTest::getFormId |
function |
core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php |
Returns a unique string identifying the form. |
ElementsFieldsetTest::submitForm |
function |
core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php |
Form submission handler. |
ElementsFieldsetTest::validateForm |
function |
core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php |
Form validation handler. |
ElementsLabelsTest::getFormWithLimitedProperties |
function |
core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php |
Return a form with element with not all properties defined. |
ElementsLabelsTest::testFormDescriptions |
function |
core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php |
Tests different display options for form element descriptions. |
ElementsLabelsTest::testFormElements |
function |
core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php |
Tests form elements. |
ElementsLabelsTest::testFormLabels |
function |
core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php |
Tests form element rendering. |
ElementsLabelsTest::testFormsInThemeLessEnvironments |
function |
core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php |
Tests forms in theme-less environments. |
ElementsTableSelectTest::formSubmitHelper |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Helper function for the option check test to submit a form while collecting errors. |
ElementTest::testFormAutocomplete |
function |
core/modules/system/tests/src/Functional/Form/ElementTest.php |
Tests a form with an autocomplete setting.. |
ElementTest::testFormElementErrors |
function |
core/modules/system/tests/src/Functional/Form/ElementTest.php |
Tests form element error messages. |
ElementTest::testFormElements |
function |
core/modules/system/tests/src/Functional/Form/ElementTest.php |
Test form elements. |
Email::getFieldFormatterMap |
function |
core/modules/field/src/Plugin/migrate/field/Email.php |
Get a map between D6 formatters and D8 formatters for this field type. |
EmailAction::buildConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form constructor. |
EmailAction::submitConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form submission handler. |
EmailAction::validateConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form validation handler. |
EmailDefaultWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php |
Returns the form for a single field widget. |
EmailDefaultWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php |
Returns a form to configure settings for the widget. |
EmailTest::testFormEmail |
function |
core/modules/system/tests/src/Functional/Form/EmailTest.php |
Tests that #type 'email' fields are properly validated. |
EmbeddedForm |
class |
core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php |
Provides the EmbeddedForm class. |
EmbeddedForm.php |
file |
core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php |
|