RSSCategoryFormatter::viewElements |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/RSSCategoryFormatter.php |
Builds a renderable array for a field value. |
CountValidatorTest::getFourElements |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
RSSEnclosureFormatter::viewElements |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/RSSEnclosureFormatter.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
LinkSeparateFormatter::viewElements |
function |
drupal/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkSeparateFormatter.php |
Builds a renderable array for a field value. |
DateTimePlainFormatter::viewElements |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimePlainFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
DefaultNumberFormatter::viewElements |
function |
drupal/core/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php |
Builds a renderable array for a field value. |
TelephoneLinkFormatter::viewElements |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/formatter/TelephoneLinkFormatter.php |
Builds a renderable array for a field value. |
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. |
DateTimeDefaultFormatter::viewElements |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php |
Builds a renderable array for a field value. |
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. |
CountValidatorTest::getNotFourElements |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
language_elements_configuration_element |
function |
drupal/core/modules/language/tests/language_elements_test/language_elements_test.module |
A form containing a language configuration element. |
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. |
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(). |
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. |
EntityReferenceIdFormatter::viewElements |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceIdFormatter.php |
Overrides \Drupal\entity_reference\Plugin\field\formatter\EntityReferenceFormatterBase::viewElements(). |
ElementsTableSelectTest::testMultipleTrue |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of checkboxes when #multiple is TRUE. |
ElementsTableSelectTest::formSubmitHelper |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Helper function for the option check test to submit a form while collecting errors. |
CountValidatorTest::getFiveOrMoreElements |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
ElementsTableSelectTest::testMultipleFalse |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of radios when #multiple is FALSE. |
CountValidatorTest::getThreeOrLessElements |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
EntityReferenceFormatterBase::viewElements |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceFormatterBase.php |
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::viewElements(). |
ElementsTableSelectTest::testAdvancedSelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the #js_select property. |
TestFieldPrepareViewFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Builds a renderable array for a field value. |
EntityReferenceLabelFormatter::viewElements |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php |
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::viewElements(). |
language_elements_configuration_element_test |
function |
drupal/core/modules/language/tests/language_elements_test/language_elements_test.module |
A form containing a language select element. |
EntityReferenceEntityFormatter::viewElements |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php |
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::viewElements(). |
ElementsTableSelectTest::testTableselectColSpan |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Tests the display when #colspan is set. |
ElementsTableSelectTest::testMultipleTrueSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the submission of single and multiple values when #multiple is TRUE. |
ElementsTableSelectTest::testMultipleFalseSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test submission of values when #multiple is FALSE. |
ElementsVerticalTabsTest::testJavaScriptOrdering |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php |
Ensures that vertical-tabs.js is included before collapse.js. |
PHPUnit_Util_XML::getElementsByCaseInsensitiveTagName |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/XML.php |
Gets elements by case insensitive tagname. |
EntityReferenceTaxonomyTermRssFormatter::viewElements |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php |
Overrides Drupal\entity_reference\Plugin\field\formatter\EntityReferenceFormatterBase::viewElements(). |
EntityTranslationController::entityFormSharedElements |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Process callback: determines which elements get clue in the form. |
ElementsTableSelectTest::testMultipleTrueOptionchecker |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php |
Ensures that vertical tab markup is not shown if user has no tab access. |
EntityTranslationWorkflowsTest::assertNoSharedElements |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
Assert that the current page does not contain shared form elements. |
ElementsTableSelectTest::testMultipleFalseOptionchecker |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the whether the option checker gives an error on invalid tableselect values for radios. |