SortArray::sortByTitleElement |
function |
core/lib/Drupal/Component/Utility/SortArray.php |
Sorts a structured array by 'title' key (no # prefix). |
SortArray::sortByWeightElement |
function |
core/lib/Drupal/Component/Utility/SortArray.php |
Sorts a structured array by the 'weight' element. |
SortArrayTest::providerSortByTitleElement |
function |
core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php |
Data provider for SortArray::sortByTitleElement(). |
SortArrayTest::providerSortByWeightElement |
function |
core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php |
Data provider for SortArray::sortByWeightElement(). |
SortArrayTest::testSortByTitleElement |
function |
core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php |
Tests SortArray::sortByTitleElement() input against expected output. |
SortArrayTest::testSortByWeightElement |
function |
core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php |
Tests SortArray::sortByWeightElement() input against expected output. |
SourceEditing::getElementsSubset |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Returns a configured subset of the elements supported by this plugin. |
stable_element_info_alter |
function |
core/themes/stable/stable.theme |
Implements hook_element_info_alter(). |
StringFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Builds a renderable array for a field value. |
StringTextareaWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php |
Returns the form for a single field widget. |
StringTextfieldWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php |
Returns the form for a single field widget. |
Style::getElementsSubset |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Returns a configured subset of the elements supported by this plugin. |
StylePluginBase::elementPreRenderRow |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
#pre_render callback for view row field rendering. |
StyleSensibleElementConstraint |
class |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php |
Styles can only be specified for HTML5 tags and extra classes. |
StyleSensibleElementConstraint.php |
file |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php |
|
StyleSensibleElementConstraint::$conflictingDisabledPluginMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php |
When a Style is defined with classes supported by a disabled plugin. |
StyleSensibleElementConstraint::$conflictingEnabledPluginMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php |
When a Style is defined with classes supported by an enabled plugin. |
StyleSensibleElementConstraint::$nonHtml5TagMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php |
When a style is defined for a non-HTML5 tag. |
StyleSensibleElementConstraintValidator |
class |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
Styles can only be specified for HTML5 tags and extra classes. |
StyleSensibleElementConstraintValidator.php |
file |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
|
StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
Finds the plugin with elements that conflict with the style element. |
StyleSensibleElementConstraintValidator::intersectionWithClasses |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
Checks if there is an intersection on allowed 'class' attribute values. |
StyleSensibleElementConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
|
StyleTestBase::$elements |
property |
core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php |
Stores the SimpleXML representation of the output. |
system_element_info_alter |
function |
core/modules/system/system.module |
Implements hook_element_info_alter(). |
TableFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
Builds a renderable array for a field value. |
TelephoneDefaultWidget::formElement |
function |
core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php |
Returns the form for a single field widget. |
TelephoneLinkFormatter::viewElements |
function |
core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php |
Builds a renderable array for a field value. |
template_preprocess_form_element |
function |
core/includes/form.inc |
Returns HTML for a form element. |
template_preprocess_form_element_label |
function |
core/includes/form.inc |
Prepares variables for form label templates. |
template_preprocess_theme_test_render_element |
function |
core/modules/system/tests/modules/theme_test/theme_test.module |
Prepares variables for test render element templates. |
TermParentsTest::testEditingParentsWithDisabledFormElement |
function |
core/modules/taxonomy/tests/src/Functional/TermParentsTest.php |
Tests specifying parents when creating terms and a disabled parent form. |
TestAddForm::buildInputElement |
function |
core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php |
Builds the element for submitting source field value(s). |
TestElementInfoManager |
class |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Provides a test custom element plugin. |
TestElementInfoManager::$elementInfo |
property |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Stores the available element information. |
TestFieldApplicableFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php |
Builds a renderable array for a field value. |
TestFieldDefaultFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
Builds a renderable array for a field value. |
TestFieldEmptyFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php |
Builds a renderable array for a field value. |
TestFieldEmptySettingFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php |
Builds a renderable array for a field value. |
TestFieldMultipleFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php |
Builds a renderable array for a field value. |
TestFieldNoSettingsFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php |
Builds a renderable array for a field value. |
TestFieldPrepareViewFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Builds a renderable array for a field value. |
TestFieldWidget::errorElement |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php |
Assigns a field-level validation error to the right widget sub-element. |
TestFieldWidget::formElement |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php |
Returns the form for a single field widget. |
TestFieldWidgetMultiple::errorElement |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php |
Assigns a field-level validation error to the right widget sub-element. |
TestFieldWidgetMultiple::formElement |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php |
Returns the form for a single field widget. |
test_stable_preprocess_theme_test_render_element |
function |
core/tests/fixtures/test_stable/test_stable.theme |
Implements hook_preprocess_theme_test_render_element(). |
test_theme_element_info_alter |
function |
core/modules/system/tests/themes/test_theme/test_theme.theme |
Implements hook_element_info_alter(). |
Textarea::getTranslationElement |
function |
core/modules/config_translation/src/FormElement/Textarea.php |
Returns the translation form element for a given configuration definition. |
TextareaWidget::errorElement |
function |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php |
Assigns a field-level validation error to the right widget sub-element. |