You are here

public function Mapping::isEnabled in Lightweight Directory Access Protocol (LDAP) 8.4

Is enabled.

Return value

bool Enabled.

File

ldap_servers/src/Mapping.php, line 206

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function isEnabled() : bool {
  return $this->enabled;
}