Search for Field
- Search 7.x for Field
- Search 9.5.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityField::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
EntityField::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
EntityField::clickSort | function | core/ |
Called to determine what to tell the clicksorter. |
EntityField::clickSortable | function | core/ |
Determines if this field is click sortable. |
EntityField::create | function | core/ |
Creates an instance of the plugin. |
EntityField::createEntityForGroupBy | function | core/ |
Creates a fake entity with grouped field values. |
EntityField::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
EntityField::documentSelfTokens | function | core/ |
Document any special tokens this field might use for itself. |
EntityField::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
EntityField::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
EntityField::getCacheTags | function | core/ |
The cache tags associated with this object. |
EntityField::getEntityFieldRenderer | function | core/ |
Returns the entity field renderer. |
EntityField::getFieldStorageDefinition | function | core/ |
Gets the field storage definition. |
EntityField::getFormatterInstance | function | core/ |
Returns the field formatter instance. |
EntityField::getItems | function | core/ |
Gets an array of items for the field. |
EntityField::getTableMapping | function | core/ |
Gets the table mapping for the entity type of the field. |
EntityField::getValue | function | core/ |
Gets the value that's supposed to be rendered. |
EntityField::init | function | core/ |
Initialize the plugin. |
EntityField::multiple_options_form | function | core/ |
Provide options for multiple value fields. |
EntityField::onDependencyRemoval | function | core/ |
Allows a plugin to define whether it should be removed. |
EntityField::prepareItemsByDelta | function | core/ |
Adapts the $items according to the delta configuration. |
EntityField::preRender | function | core/ |
Runs before any fields are rendered. |
EntityField::query | function | core/ |
Called to add the field to a query. |
EntityField::renderItems | function | core/ |
Render all items in this field together. |
EntityField::render_item | function | core/ |
Renders a single item of a row. |
EntityField::submitFormCalculateOptions | function | core/ |
Calculates options stored on the handler |
EntityField::submitGroupByForm | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
EntityField::__construct | function | core/ |
Constructs a \Drupal\field\Plugin\views\field\Field object. |
EntityFieldDefaultValueTest | class | core/ |
Tests default values for entity fields. |
EntityFieldDefaultValueTest.php | file | core/ |
|
EntityFieldDefaultValueTest::$uuid | property | core/ |
The UUID object to be used for generating UUIDs. |
EntityFieldDefaultValueTest::assertDefaultValues | function | core/ |
Executes a test set for a defined entity type. |
EntityFieldDefaultValueTest::setUp | function | core/ |
|
EntityFieldDefaultValueTest::testDefaultValueCallback | function | core/ |
Tests custom default value callbacks. |
EntityFieldDefaultValueTest::testDefaultValues | function | core/ |
Tests default values on entities and fields. |
EntityFieldDefinitionTrait | trait | core/ |
The entity field definition trait. |
EntityFieldDefinitionTrait.php | file | core/ |
|
EntityFieldDefinitionTrait::getDefinitionFromEntity | function | core/ |
Gets the field definition from a specific entity base field. |
EntityFieldDefinitionTrait::getEntityTypeId | function | core/ |
Finds the entity type from configuration or plugin ID. |
EntityFieldInstance | class | core/ |
Provides destination plugin for field_config configuration entities. |
EntityFieldInstance.php | file | core/ |
|
EntityFieldInstance::getIds | function | core/ |
Gets the destination IDs. |
EntityFieldManager | class | core/ |
Manages the discovery of entity fields. |
EntityFieldManager.php | file | core/ |
|
EntityFieldManager::$activeFieldStorageDefinitions | property | core/ |
Static cache of active field storage definitions per entity type. |
EntityFieldManager::$baseFieldDefinitions | property | core/ |
Static cache of base field definitions. |
EntityFieldManager::$entityDisplayRepository | property | core/ |
The entity display repository. |
EntityFieldManager::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
EntityFieldManager::$entityTypeManager | property | core/ |
The entity type manager. |
EntityFieldManager::$extraFields | property | core/ |
Extra fields by bundle. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.