You are here

public function FakeCollection::count in Lightweight Directory Access Protocol (LDAP) 8.4

File

ldap_servers/tests/modules/ldap_servers_dummy/src/FakeCollection.php, line 77

Class

FakeCollection
Simulate the collection response.

Namespace

Drupal\ldap_servers_dummy

Code

public function count() : int {
  return $this->result
    ->count();
}