function EntityTypeInterface::isCommonReferenceTarget
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isCommonReferenceTarget()
- 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isCommonReferenceTarget()
- 10 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 749
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function isCommonReferenceTarget();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.