You are here

public function OrgInterface::isActive in RedHen CRM 8

Returns the Org active status indicator.

Return value

bool TRUE if the Org is active.

1 method overrides OrgInterface::isActive()
Org::isActive in modules/redhen_org/src/Entity/Org.php
Returns the Org active status indicator.

File

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

Class

OrgInterface
Provides an interface for defining Org entities.

Namespace

Drupal\redhen_org

Code

public function isActive();