public function Mapping::setEnabled in Lightweight Directory Access Protocol (LDAP) 8.4
Set enabled.
Parameters
bool $enabled: Enabled.
File
- ldap_servers/
src/ Mapping.php, line 216
Class
- Mapping
- Interface for the synchronization mappings ldap_user provides.
Namespace
Drupal\ldap_serversCode
public function setEnabled(bool $enabled) : void {
$this->enabled = $enabled;
}