Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isCommonReferenceTarget()
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isCommonReferenceTarget()

Indicates whether this entity type is commonly used as a reference target.

Return value

bool TRUE if the entity type is a common reference; FALSE otherwise.

1 method overrides EntityTypeInterface::isCommonReferenceTarget()
EntityType::isCommonReferenceTarget in core/lib/Drupal/Core/Entity/EntityType.php
Indicates whether this entity type is commonly used as a reference target.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 738

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function isCommonReferenceTarget();