FieldPluginBase::elementWrapperType |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return an HTML element for the wrapper based upon the field's element type. |
SimpleXMLElement::getAttributeAsPhp |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php |
Converts an attribute as a php type. |
SimpleXMLElement::getArgumentsAsPhp |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php |
Returns arguments as valid php types. |
AutocompleteWidgetBase::formElement |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php |
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
AutocompleteWidget::elementValidate |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidget.php |
Overrides \Drupal\entity_reference\Plugin\field\widget\AutocompleteWidgetBase::elementValidate() |
theme-test-render-element.html.twig |
file |
drupal/core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig |
<div{{ attributes }}></div> |
TelephoneDefaultWidget::formElement |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/widget/TelephoneDefaultWidget.php |
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
DateTimePlainFormatter::viewElements |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimePlainFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
LanguageConfigurationElementTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
Definition of Drupal\language\Tests\LanguageConfigurationElementTest. |
DefaultNumberFormatter::viewElements |
function |
drupal/core/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php |
Builds a renderable array for a field value. |
EntityFormController::actionsElement |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns the action form element for the current entity form. |
XmlEncoderTest::testElementNameValid |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
TestFieldWidgetMultiple::formElement |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
ViewsTestDataElementForm::submitForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php |
Form submission handler. |
FieldPluginBase::elementLabelClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field's label. |
ElementMetadata::$constraintsByGroup |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
|
AutocompleteWidgetBase::errorElement |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php |
Overrides \Drupal\field\Plugin\Type\Widget\WidgetBase::errorElement(). |
TelephoneLinkFormatter::viewElements |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/formatter/TelephoneLinkFormatter.php |
Builds a renderable array for a field value. |
language_configuration_element_submit |
function |
drupal/core/modules/language/language.module |
Submit handler for the forms that have a language_configuration element. |
translation_entity_element_info_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_element_info_alter(). |
TestFieldEmptyFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldEmptyFormatter.php |
Builds a renderable array for a field value. |
OptionsDefaultFormatter::viewElements |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/formatter/OptionsDefaultFormatter.php |
Builds a renderable array for a field value. |
TestFieldWidgetMultiple::errorElement |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::errorElement(). |
DateTimeDefaultFormatter::viewElements |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php |
Builds a renderable array for a field value. |
language_configuration_element_process |
function |
drupal/core/modules/language/language.module |
Process handler for the language_configuration form element. |
ElementsTableSelectTest::testEmptyText |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of the #empty text when #options is an empty array. |
Twig_Node_Expression_Array::hasElement |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Array.php |
|
Twig_Node_Expression_Array::addElement |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Array.php |
|
CountValidatorTest::getNotFourElements |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
FileDriverTest::testGetElementFromFile |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
|
TextareaWithSummaryWidget::formElement |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/widget/TextareaWithSummaryWidget.php |
Overrides TextareaWidget::formElement(). |
NotExistingCoveredElementTest::testOne |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NotExistingCoveredElementTest.php |
@covers NotExistingClass |
NotExistingCoveredElementTest::testTwo |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NotExistingCoveredElementTest.php |
@covers NotExistingClass::notExistingMethod |
ViewsTestDataElementForm::validateForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php |
Form validation handler. |
FieldPluginBase::elementWrapperClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field's wrapper. |
language_elements_configuration_element |
function |
drupal/core/modules/language/tests/language_elements_test/language_elements_test.module |
A form containing a language configuration element. |
TextareaWithSummaryWidget::errorElement |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/widget/TextareaWithSummaryWidget.php |
Overrides TextareaWidget::errorElement(). |
TestFieldDefaultFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Builds a renderable array for a field value. |
XmlFileLoader::convertDomElementToArray |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Converts a \DomElement object to a PHP array. |
ElementMetadataTest::testAddConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|
AutocompleteWidgetBase::elementValidate |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php |
Validates an element. |
AutocompleteTagsWidget::elementValidate |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteTagsWidget.php |
Overrides \Drupal\entity_reference\Plugin\field\widget\AutocompleteWidgetBase::elementValidate() |
TaxonomyAutocompleteWidget::formElement |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
NumberUnformattedFormatter::viewElements |
function |
drupal/core/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberUnformattedFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
RenderTest::testDrupalRenderFormElements |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php |
Tests rendering form elements without passing through form_builder(). |
form_pre_render_conditional_form_element |
function |
drupal/core/includes/form.inc |
Adds form element theming to an element if its title or description is set. |
theme_theme_test_render_element_children |
function |
drupal/core/modules/system/tests/modules/theme_test/theme_test.module |
Theme function for testing rendering of child elements via drupal_render(). |
TestFieldMultipleFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Builds a renderable array for a field value. |
NotExistingCoveredElementTest::testThree |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NotExistingCoveredElementTest.php |
@covers NotExistingClass::<public> |
EasyRdf_Parser_RdfXml::endElementHandler |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php |
@ignore |