Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 11.x for Field
  5. Other projects
Title Object type File name Summary
FieldCustomTest::testCustomFieldXss function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom field content is XSS filtered.
FieldCustomTest::testFieldCustom function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom fields work and doesn't escape unnecessary markup.
FieldCustomTest::testFieldCustomTokens function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom fields can use tokens.
FieldCustomTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Returns the views data definition.
FieldDateTest class core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Tests the core Drupal\views\Plugin\views\field\Date handler.
FieldDateTest.php file core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php
FieldDateTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Views used by this test.
FieldDateTest::assertRenderedDatesEqual function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Asserts properly formatted display against 'created' field in view.
FieldDateTest::assertRenderedFutureDatesEqual function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Asserts properly formatted display against 'destroyed' field in view.
FieldDateTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Returns a very simple test dataset.
FieldDateTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Returns the schema definition.
FieldDateTest::testFieldDate function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Sets up functional test of the views date field.
FieldDateTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Returns the views data definition.
FieldDefinition class core/lib/Drupal/Core/Field/FieldDefinition.php A class for defining entity field definitions.
FieldDefinition.php file core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::$fieldStorageDefinition property core/lib/Drupal/Core/Field/FieldDefinition.php The associated field storage definition.
FieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Creates a new field definition.
FieldDefinition::getConfig function core/lib/Drupal/Core/Field/FieldDefinition.php Gets an object that can be saved in configuration.
FieldDefinition::getDefaultValue function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default value for the field in a newly created entity.
FieldDefinition::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default value callback for the field.
FieldDefinition::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default value literal for the field.
FieldDefinition::getDisplayOptions function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default display options for the field.
FieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field storage definition.
FieldDefinition::getName function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the machine name of the field.
FieldDefinition::getSetting function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the value of a given setting.
FieldDefinition::getSettings function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the array of settings, as required by the used class.
FieldDefinition::getTargetBundle function core/lib/Drupal/Core/Field/FieldDefinition.php Gets the bundle the field is attached to.
FieldDefinition::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the ID of the entity type the field is attached to.
FieldDefinition::getType function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field type.
FieldDefinition::getUniqueIdentifier function core/lib/Drupal/Core/Field/FieldDefinition.php Returns a unique identifier for the field.
FieldDefinition::isDisplayConfigurable function core/lib/Drupal/Core/Field/FieldDefinition.php Returns whether the display for the field can be configured.
FieldDefinition::isTranslatable function core/lib/Drupal/Core/Field/FieldDefinition.php Returns whether the field is translatable.
FieldDefinition::setDefaultValue function core/lib/Drupal/Core/Field/FieldDefinition.php Set a default value for the field.
FieldDefinition::setDefaultValueCallback function core/lib/Drupal/Core/Field/FieldDefinition.php Set the default value callback for the field.
FieldDefinition::setDisplayConfigurable function core/lib/Drupal/Core/Field/FieldDefinition.php Sets whether the display for the field can be configured.
FieldDefinition::setDisplayOptions function core/lib/Drupal/Core/Field/FieldDefinition.php Sets the display options for the field in forms or rendered entities.
FieldDefinition::setFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Set the field storage definition.
FieldDefinition::setSetting function core/lib/Drupal/Core/Field/FieldDefinition.php Sets a definition setting.
FieldDefinition::setSettings function core/lib/Drupal/Core/Field/FieldDefinition.php Sets the array of settings, as required by the used class.
FieldDefinition::setTargetBundle function core/lib/Drupal/Core/Field/FieldDefinition.php Set the target bundle.
FieldDefinition::setTranslatable function core/lib/Drupal/Core/Field/FieldDefinition.php Sets whether the field is translatable.
FieldDefinitionInterface interface core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Defines an interface for entity field definitions.
FieldDefinitionInterface.php file core/lib/Drupal/Core/Field/FieldDefinitionInterface.php
FieldDefinitionInterface::getConfig function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Gets an object that can be saved in configuration.
FieldDefinitionInterface::getDefaultValue function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value for the field in a newly created entity.
FieldDefinitionInterface::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value callback for the field.
FieldDefinitionInterface::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value literal for the field.
FieldDefinitionInterface::getDisplayOptions function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default display options for the field.
FieldDefinitionInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field storage definition.
FieldDefinitionInterface::getName function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the machine name of the field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.