public function ConnectionInterface::setActive in RedHen CRM 8
Sets the active status of a Connection.
Parameters
bool $active: TRUE to set this Connection to active, FALSE to set it to inactive.
Return value
\Drupal\redhen_connection\ConnectionInterface The called Connection entity.
1 method overrides ConnectionInterface::setActive()
- Connection::setActive in modules/
redhen_connection/ src/ Entity/ Connection.php  - Sets the active status of a Connection.
 
File
- modules/
redhen_connection/ src/ ConnectionInterface.php, line 64  
Class
- ConnectionInterface
 - Provides an interface for defining Connection entities.
 
Namespace
Drupal\redhen_connectionCode
public function setActive($active);