You are here

public function CorrespondingReferenceInterface::setEnabled in Corresponding Entity References 8.4

Sets whether the corresponding reference is enabled.

Parameters

bool $enabled: Whether the corresponding reference is enabled.

Return value

$this

1 method overrides CorrespondingReferenceInterface::setEnabled()
CorrespondingReference::setEnabled in src/Entity/CorrespondingReference.php
Sets whether the corresponding reference is enabled.

File

src/Entity/CorrespondingReferenceInterface.php, line 119

Class

CorrespondingReferenceInterface
Defines the interface for corresponding reference config entities.

Namespace

Drupal\cer\Entity

Code

public function setEnabled($enabled);