You are here

public function CorrespondingReference::isEnabled in Corresponding Entity References 8.4

Get whether the corresponding reference is enabled.

Return value

bool TRUE if the corresponding reference is enabled, FALSE otherwise.

Overrides CorrespondingReferenceInterface::isEnabled

File

src/Entity/CorrespondingReference.php, line 188

Class

CorrespondingReference
Defines a corresponding reference entity.

Namespace

Drupal\cer\Entity

Code

public function isEnabled() {
  return $this->enabled;
}