Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.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 an 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.

All search results

Title Object type File name Summary
EntityReference::cleanUpSubformChildren function core/modules/views/src/Plugin/views/filter/EntityReference.php Clean up subform children for properties that could cause problems.
EntityReference::defineOptions function core/modules/views/src/Plugin/views/display/EntityReference.php Information about options for all kinds of purposes will be held here.
EntityReference::defineOptions function core/modules/views/src/Plugin/views/filter/EntityReference.php Information about options for all kinds of purposes will be held here.
EntityReference::defineOptions function core/modules/views/src/Plugin/views/style/EntityReference.php Information about options for all kinds of purposes will be held here.
EntityReference::defineOptions function core/modules/views/src/Plugin/views/row/EntityReference.php Information about options for all kinds of purposes will be held here.
EntityReference::evenEmpty function core/modules/views/src/Plugin/views/style/EntityReference.php Determines if the style plugin is rendered even if the view is empty.
EntityReference::execute function core/modules/views/src/Plugin/views/display/EntityReference.php Executes the view and returns data in the format required.
EntityReference::getDefaultSelectedEntities function core/modules/views/src/Plugin/views/filter/EntityReference.php Gets all entities selected by default.
EntityReference::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/d7/EntityReference.php Get a map between D6 formatters and D8 formatters for this field type.
EntityReference::getReferencedEntityType function core/modules/views/src/Plugin/views/filter/EntityReference.php Gets the target entity type referenced by this field.
EntityReference::getSelectionHandler function core/modules/views/src/Plugin/views/filter/EntityReference.php Gets the entity reference selection handler.
EntityReference::getString function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Returns a string representation of the data.
EntityReference::getSubHandlerOptions function core/modules/views/src/Plugin/views/filter/EntityReference.php Get all selection plugins for this entity type.
EntityReference::getTarget function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Gets the referenced data.
EntityReference::getTargetDefinition function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Gets the definition of the referenced entity.
EntityReference::getTargetIdentifier function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Gets the identifier of the referenced data.
EntityReference::getType function core/modules/views/src/Plugin/views/display/EntityReference.php Returns the display type that this display requires.
EntityReference::getValueOptionsCallback function core/modules/views/src/Plugin/views/filter/EntityReference.php Returns the value options for a select widget.
EntityReference::hasExtraOptions function core/modules/views/src/Plugin/views/filter/EntityReference.php Determines if the handler has extra options.
EntityReference::init function core/modules/views/src/Plugin/views/filter/EntityReference.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
EntityReference::isTargetNew function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Checks whether the target entity has not been saved yet.
EntityReference::optionsSummary function core/modules/views/src/Plugin/views/display/EntityReference.php Provides the default summary for options in the views UI.
EntityReference::preRender function core/modules/views/src/Plugin/views/row/EntityReference.php Allow the style to do stuff before each row is rendered.
EntityReference::query function core/modules/views/src/Plugin/views/display/EntityReference.php Add anything to the query that we might need to.
EntityReference::render function core/modules/views/src/Plugin/views/display/EntityReference.php Builds the view result as a renderable array.
EntityReference::render function core/modules/views/src/Plugin/views/style/EntityReference.php Render the display in this style.
EntityReference::setValue function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Sets the data value.
EntityReference::SUBFORM_PREFIX constant core/modules/views/src/Plugin/views/filter/EntityReference.php The subform prefix.
EntityReference::submitExtraOptionsForm function core/modules/views/src/Plugin/views/filter/EntityReference.php Perform any necessary changes to the form values prior to storage.
EntityReference::usesExposed function core/modules/views/src/Plugin/views/display/EntityReference.php Determines if this display uses exposed filters.
EntityReference::validate function core/modules/views/src/Plugin/views/display/EntityReference.php Validate that the plugin is correct and can be saved.
EntityReference::validate function core/modules/views/src/Plugin/views/filter/EntityReference.php Validate that the plugin is correct and can be saved.
EntityReference::validateExposed function core/modules/views/src/Plugin/views/filter/EntityReference.php Validate the exposed handler form.
EntityReference::validateExtraOptionsForm function core/modules/views/src/Plugin/views/filter/EntityReference.php Validate the options form.
EntityReference::validateRequired function core/modules/views/src/Plugin/views/filter/EntityReference.php Validates that a required field for a sub handler has a value.
EntityReference::valueForm function core/modules/views/src/Plugin/views/filter/EntityReference.php Options form subform for setting options.
EntityReference::valueFormAddAutocomplete function core/modules/views/src/Plugin/views/filter/EntityReference.php Adds an autocomplete element to the form.
EntityReference::valueFormAddSelect function core/modules/views/src/Plugin/views/filter/EntityReference.php Adds a select element to the form.
EntityReference::valueSubmit function core/modules/views/src/Plugin/views/filter/EntityReference.php Perform any necessary changes to the form values prior to storage.
EntityReference::WIDGET_AUTOCOMPLETE constant core/modules/views/src/Plugin/views/filter/EntityReference.php Type for the autocomplete filter format.
EntityReference::WIDGET_SELECT constant core/modules/views/src/Plugin/views/filter/EntityReference.php Type for the select list filter format.
EntityReference::WIDGET_SELECT_LIMIT constant core/modules/views/src/Plugin/views/filter/EntityReference.php Max number of entities in the select widget.
EntityReference::__construct function core/modules/views/src/Plugin/views/display/EntityReference.php Constructs a new EntityReference object.
EntityReference::__construct function core/modules/views/src/Plugin/views/filter/EntityReference.php Constructs an EntityReference object.
EntityReferenceAdminTest class core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Tests for the administrative UI.
EntityReferenceAdminTest class core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests for the administrative UI.
EntityReferenceAdminTest.php file core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest.php file core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php The theme to install as the default for testing.
EntityReferenceAdminTest::$defaultTheme property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php The theme to install as the default for testing.

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