You are here

ServerInterface.php in Lightweight Directory Access Protocol (LDAP) 8.3

Same filename and directory in other branches
  1. 8.4 ldap_servers/src/ServerInterface.php

File

ldap_servers/src/ServerInterface.php
View source
<?php

namespace Drupal\ldap_servers;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Server entities.
 */
interface ServerInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ServerInterface Provides an interface for defining Server entities.