Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines a argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
Entity | class | core/ |
Defines a base entity class. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityField | class | core/ |
A field that displays entity field data. |
EntityField.php | file | core/ |
|
EntityField::$base_table | property | core/ |
A shortcut for $view->base_table. |
EntityField::$deprecatedProperties | property | core/ |
|
EntityField::$entityFieldRenderer | property | core/ |
Static cache for ::getEntityFieldRenderer(). |
EntityField::$entityRepository | property | core/ |
The entity repository service. |
EntityField::$entityTypeManager | property | core/ |
The entity typemanager. |
EntityField::$fieldTypePluginManager | property | core/ |
The field type plugin manager. |
EntityField::$formatterOptions | property | core/ |
An array of formatter options. |
EntityField::$formatterPluginManager | property | core/ |
The field formatter plugin manager. |
EntityField::$items | property | core/ |
An array to store field renderable arrays for use by renderItems(). |
EntityField::$languageManager | property | core/ |
The language manager. |
EntityField::$limit_values | property | core/ |
Does the rendered fields get limited. |
EntityField::$multiple | property | core/ |
Does the field supports multiple field values. |
EntityField::$renderer | property | core/ |
The renderer. |
EntityField::access | function | core/ |
Check whether given user has access to this handler. |
EntityField::addSelfTokens | function | core/ |
Add any special tokens this field might use for itself. |
EntityField::add_field_table | function | core/ |
Determine if the field table should be added to the query. |
EntityField::buildGroupByForm | function | core/ |
Extend the groupby form with group columns. |
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. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.