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
EntityDisplayBase::fieldHasDisplayOptions function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Determines if a field has options for a given display.
EntityDisplayBase::getFieldDefinition function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the field definition of a field.
EntityDisplayBase::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the definitions of the fields that are candidate for display.
EntityDisplayFormBase::$entityFieldManager property core/modules/field_ui/src/Form/EntityDisplayFormBase.php The entity field manager.
EntityDisplayFormBase::$fieldTypes property core/modules/field_ui/src/Form/EntityDisplayFormBase.php A list of field types.
EntityDisplayFormBase::buildExtraFieldRow function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Builds the table row structure for a single extra field.
EntityDisplayFormBase::buildFieldRow function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Builds the table row structure for a single field.
EntityDisplayFormBase::getExtraFields function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Returns the extra fields of the entity type and bundle used by this form.
EntityDisplayFormBase::getFieldDefinitions function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Collects the definitions of fields whose display is configurable.
EntityDisplayTest::testBaseFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component for a base field.
EntityDisplayTest::testExtraFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of an extra field component with initial invalid values.
EntityDisplayTest::testExtraFields function core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php Tests extra fields.
EntityDisplayTest::testFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component within an entity display object.
EntityField.php file core/modules/views/src/Plugin/views/field/EntityField.php
EntityField::$base_table property core/modules/views/src/Plugin/views/field/EntityField.php A shortcut for $view->base_table.
EntityField::$entityFieldRenderer property core/modules/views/src/Plugin/views/field/EntityField.php Static cache for ::getEntityFieldRenderer().
EntityField::$entityRepository property core/modules/views/src/Plugin/views/field/EntityField.php The entity repository service.
EntityField::$entityTypeBundleInfo property core/modules/views/src/Plugin/views/field/EntityField.php The entity type bundle info service.
EntityField::$entityTypeManager property core/modules/views/src/Plugin/views/field/EntityField.php The entity type manager.
EntityField::$fieldTypePluginManager property core/modules/views/src/Plugin/views/field/EntityField.php The field type plugin manager.
EntityField::$formatterOptions property core/modules/views/src/Plugin/views/field/EntityField.php An array of formatter options.
EntityField::$formatterPluginManager property core/modules/views/src/Plugin/views/field/EntityField.php The field formatter plugin manager.
EntityField::$group_fields property core/modules/views/src/Plugin/views/field/EntityField.php The fields that we are actually grouping on.
EntityField::$items property core/modules/views/src/Plugin/views/field/EntityField.php An array to store field renderable arrays for use by renderItems().
EntityField::$languageManager property core/modules/views/src/Plugin/views/field/EntityField.php The language manager.
EntityField::$limit_values property core/modules/views/src/Plugin/views/field/EntityField.php Does the rendered fields get limited.
EntityField::$multiple property core/modules/views/src/Plugin/views/field/EntityField.php Does the field supports multiple field values.
EntityField::$renderer property core/modules/views/src/Plugin/views/field/EntityField.php The renderer.
EntityField::access function core/modules/views/src/Plugin/views/field/EntityField.php Check whether given user has access to this handler.
EntityField::addSelfTokens function core/modules/views/src/Plugin/views/field/EntityField.php Add any special tokens this field might use for itself.
EntityField::add_field_table function core/modules/views/src/Plugin/views/field/EntityField.php Determine if the field table should be added to the query.
EntityField::buildGroupByForm function core/modules/views/src/Plugin/views/field/EntityField.php Extend the groupby form with group columns.
EntityField::buildOptionsForm function core/modules/views/src/Plugin/views/field/EntityField.php Default option form that provides label widget that all fields should have.
EntityField::calculateDependencies function core/modules/views/src/Plugin/views/field/EntityField.php Calculates dependencies for the configured plugin.
EntityField::clickSort function core/modules/views/src/Plugin/views/field/EntityField.php Called to determine what to tell the click sorter.
EntityField::clickSortable function core/modules/views/src/Plugin/views/field/EntityField.php Determines if this field is click sortable.
EntityField::create function core/modules/views/src/Plugin/views/field/EntityField.php Creates an instance of the plugin.
EntityField::createEntityForGroupBy function core/modules/views/src/Plugin/views/field/EntityField.php Creates a fake entity with grouped field values.
EntityField::defineOptions function core/modules/views/src/Plugin/views/field/EntityField.php Information about options for all kinds of purposes will be held here.
EntityField::documentSelfTokens function core/modules/views/src/Plugin/views/field/EntityField.php Document any special tokens this field might use for itself.
EntityField::getCacheContexts function core/modules/views/src/Plugin/views/field/EntityField.php The cache contexts associated with this object.
EntityField::getCacheMaxAge function core/modules/views/src/Plugin/views/field/EntityField.php The maximum age for which this object may be cached.
EntityField::getCacheTags function core/modules/views/src/Plugin/views/field/EntityField.php The cache tags associated with this object.
EntityField::getEntityFieldRenderer function core/modules/views/src/Plugin/views/field/EntityField.php Returns the entity field renderer.
EntityField::getFieldStorageDefinition function core/modules/views/src/Plugin/views/field/EntityField.php Gets the field storage definition.
EntityField::getFormatterInstance function core/modules/views/src/Plugin/views/field/EntityField.php Returns the field formatter instance.
EntityField::getItems function core/modules/views/src/Plugin/views/field/EntityField.php Gets an array of items for the field.
EntityField::getTableMapping function core/modules/views/src/Plugin/views/field/EntityField.php Gets the table mapping for the entity type of the field.
EntityField::getValue function core/modules/views/src/Plugin/views/field/EntityField.php Gets the value that's supposed to be rendered.

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