Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines a argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php 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/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
EntityField class core/modules/views/src/Plugin/views/field/EntityField.php A field that displays entity field data.
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-&gt;base_table.
EntityField::$deprecatedProperties property core/modules/views/src/Plugin/views/field/EntityField.php
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::$entityTypeManager property core/modules/views/src/Plugin/views/field/EntityField.php The entity typemanager.
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::$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 options form that provides the 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 clicksorter.
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&#039;s supposed to be rendered.
EntityField::init function core/modules/views/src/Plugin/views/field/EntityField.php Initialize the plugin.
EntityField::multiple_options_form function core/modules/views/src/Plugin/views/field/EntityField.php Provide options for multiple value fields.
EntityField::onDependencyRemoval function core/modules/views/src/Plugin/views/field/EntityField.php Allows a plugin to define whether it should be removed.
EntityField::prepareItemsByDelta function core/modules/views/src/Plugin/views/field/EntityField.php Adapts the $items according to the delta configuration.
EntityField::preRender function core/modules/views/src/Plugin/views/field/EntityField.php Runs before any fields are rendered.
EntityField::query function core/modules/views/src/Plugin/views/field/EntityField.php Called to add the field to a query.
EntityField::renderItems function core/modules/views/src/Plugin/views/field/EntityField.php Render all items in this field together.
EntityField::render_item function core/modules/views/src/Plugin/views/field/EntityField.php Renders a single item of a row.
EntityField::submitFormCalculateOptions function core/modules/views/src/Plugin/views/field/EntityField.php Calculates options stored on the handler
EntityField::submitGroupByForm function core/modules/views/src/Plugin/views/field/EntityField.php 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/modules/views/src/Plugin/views/field/EntityField.php Constructs a \Drupal\field\Plugin\views\field\Field object.
EntityFieldDefaultValueTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php Tests default values for entity fields.
EntityFieldDefaultValueTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php
EntityFieldDefaultValueTest::$uuid property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php The UUID object to be used for generating UUIDs.

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