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::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/filter/EntityReference.php Constructs an EntityReference object.
EntityReference::__construct function core/modules/views/src/Plugin/views/display/EntityReference.php Constructs a new 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.
EntityReferenceAdminTest::$modules property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Modules to install.
EntityReferenceAdminTest::$modules property core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Modules to install.
EntityReferenceAdminTest::$targetType property core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Name of a second content type to be used as a target of entity references.
EntityReferenceAdminTest::$type property core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php The name of the content type created for testing purposes.
EntityReferenceAdminTest::$type property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php The name of the content type created for testing purposes.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAdminTest::createEntityReferenceField function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Creates a new Entity Reference fields with a given target type.
EntityReferenceAdminTest::setUp function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest::setUp function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest::testAvailableFormatters function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests the formatters for the Entity References.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceAdminTest::testMultipleTargetBundles function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests field settings for an entity reference field.

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