You are here

public function OrgInterface::setActive in RedHen CRM 8

Sets the active status of a Org.

Parameters

bool $active: TRUE to set this Org to active, FALSE to set it to inactive.

Return value

\Drupal\redhen_org\OrgInterface The called Org entity.

1 method overrides OrgInterface::setActive()
Org::setActive in modules/redhen_org/src/Entity/Org.php
Sets the active status of a Org.

File

modules/redhen_org/src/OrgInterface.php, line 63

Class

OrgInterface
Provides an interface for defining Org entities.

Namespace

Drupal\redhen_org

Code

public function setActive($active);