public function CorrespondingReferenceInterface::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.
1 method overrides CorrespondingReferenceInterface::isEnabled()
- CorrespondingReference::isEnabled in src/
Entity/ CorrespondingReference.php - Get whether the corresponding reference is enabled.
File
- src/
Entity/ CorrespondingReferenceInterface.php, line 109
Class
- CorrespondingReferenceInterface
- Defines the interface for corresponding reference config entities.
Namespace
Drupal\cer\EntityCode
public function isEnabled();