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 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 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
EntityReferenceLabelFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Plugin implementation of the &#039;entity reference label&#039; formatter.
EntityReferenceLabelFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php
EntityReferenceLabelFormatter::checkAccess function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Checks access to the given entity.
EntityReferenceLabelFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Defines the default settings for this plugin.
EntityReferenceLabelFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Returns a form to configure settings for the formatter.
EntityReferenceLabelFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Returns a short summary for the current formatter settings.
EntityReferenceLabelFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Builds a renderable array for a field value.
EntityReferenceRelationshipTest class core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Tests entity reference relationship data.
EntityReferenceRelationshipTest.php file core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
EntityReferenceRelationshipTest::$entities property core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php The entity_test entities used by the test.
EntityReferenceRelationshipTest::$modules property core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Modules to install.
EntityReferenceRelationshipTest::$testViews property core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Views used by this test.
EntityReferenceRelationshipTest::setUp function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
EntityReferenceRelationshipTest::testDataTableRelationship function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Tests views data generated for relationship.
EntityReferenceRelationshipTest::testDataTableRelationshipWithLongFieldName function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Tests views data generated for relationship.
EntityReferenceRelationshipTest::testEntityReferenceConfigEntity function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Test that config entities don&#039;t get relationships added.
EntityReferenceRelationshipTest::testGroupByWithEmptyRelationships function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Tests group by with optional and empty relationship.
EntityReferenceRelationshipTest::testNoDataTableRelationship function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Tests using the views relationship.
EntityReferenceSelection class core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php Defines an EntityReferenceSelection plugin annotation object.
EntityReferenceSelection class core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php Defines an EntityReferenceSelection attribute for plugin discovery.
EntityReferenceSelection.php file core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php
EntityReferenceSelection.php file core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php
EntityReferenceSelection::$entity_types property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php An array of entity types that can be referenced by this plugin.
EntityReferenceSelection::$group property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The selection plugin group.
EntityReferenceSelection::$id property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The plugin ID.
EntityReferenceSelection::$label property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The human-readable name of the selection plugin.
EntityReferenceSelection::$weight property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The weight of the plugin in its group.
EntityReferenceSelection::__construct function core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php Constructs an EntityReferenceSelection attribute.
EntityReferenceSelectionAccessTest class core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests for the base handlers provided by Entity Reference.
EntityReferenceSelectionAccessTest.php file core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityReferenceSelectionAccessTest::$modules property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Modules to install.
EntityReferenceSelectionAccessTest::assertReferenceable function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Checks that a selection plugin returns the expected results.
EntityReferenceSelectionAccessTest::setUp function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityReferenceSelectionAccessTest::testCommentHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the comment-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testMediaHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the selection handler for the media entity type.
EntityReferenceSelectionAccessTest::testNodeHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the node-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testTermHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the term-specific overrides of the selection handler.
EntityReferenceSelectionAccessTest::testUserHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the user-specific overrides of the entity handler.
EntityReferenceSelectionReferenceableTest class core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Tests entity reference selection plugins.
EntityReferenceSelectionReferenceableTest.php file core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
EntityReferenceSelectionReferenceableTest::$bundle property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Bundle of &#039;entity_test_no_label&#039; entity.
EntityReferenceSelectionReferenceableTest::$labels property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Labels to be tested.
EntityReferenceSelectionReferenceableTest::$modules property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Modules to install.
EntityReferenceSelectionReferenceableTest::$selectionHandler property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php The selection handler.
EntityReferenceSelectionReferenceableTest::providerTestCases function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Provides test cases for ::testReferenceablesWithNoLabelKey() test.
EntityReferenceSelectionReferenceableTest::setUp function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
EntityReferenceSelectionReferenceableTest::testReferenceablesWithNoLabelKey function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Tests referenceable entities with no target entity type &#039;label&#039; key.
EntityReferenceSelectionSortTest class core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php Tests sorting referenced items.
EntityReferenceSelectionSortTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
EntityReferenceSelectionSortTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php Modules to install.

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