You are here

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

Mapping set is binary.

@todo improve syntax.

Parameters

bool $binary: Is binary.

File

ldap_servers/src/Mapping.php, line 381

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function convertBinary(bool $binary) : void {
  $this->binary = $binary;
}