You are here

public property EntityReferenceSelection::$entity_types in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php \Drupal\Core\Entity\Annotation\EntityReferenceSelection::entity_types

An array of entity types that can be referenced by this plugin. Defaults to all entity types.

Type: array (optional)

File

core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php, line 68
Contains \Drupal\Core\Entity\Annotation\EntityReferenceSelection.

Class

EntityReferenceSelection
Defines an EntityReferenceSelection plugin annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $entity_types = array();