FormatterBase::prepareView |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterBase.php |
Allows formatters to load information for field values being displayed. |
LinkFormatter::prepareView |
function |
drupal/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkFormatter.php |
Allows formatters to load information for field values being displayed. |
TestFieldPrepareViewFormatter |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Plugin implementation of the 'field_test_with_prepare_view' formatter. |
FormatterInterface::prepareView |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterInterface.php |
Allows formatters to load information for field values being displayed. |
StyleTableUnitTest::prepareView |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php |
Prepares a view executable by initializing everything which is needed. |
TestFieldPrepareViewFormatter.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Contains \Drupal\field_test\Plugin\field\formatter\TestFieldPrepareViewFormatter. |
HandlerFieldFieldTest::prepareView |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php |
Sets up the testing view with random field data. |
TaxonomyFormatterBase::prepareView |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::prepareView(). |
TelephoneLinkFormatter::prepareView |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/formatter/TelephoneLinkFormatter.php |
Allows formatters to load information for field values being displayed. |
TestFieldEmptyFormatter::prepareView |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldEmptyFormatter.php |
Allows formatters to load information for field values being displayed. |
EntityReferenceFormatterBase::prepareView |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceFormatterBase.php |
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::prepareView(). |
TestFieldPrepareViewFormatter::prepareView |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Allows formatters to load information for field values being displayed. |
TestFieldPrepareViewFormatter::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Returns a form to configure settings for the formatter. |
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. |
TestFieldPrepareViewFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Returns a short summary for the current formatter settings. |
FieldAttachOtherTest::testFieldAttachPrepareViewMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Tests the 'multiple entity' behavior of field_attach_prepare_view(). |