ServerInterface.php in Lightweight Directory Access Protocol (LDAP) 8.3
Same filename and directory in other branches
Namespace
Drupal\ldap_serversFile
ldap_servers/src/ServerInterface.phpView source
<?php
namespace Drupal\ldap_servers;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Server entities.
*/
interface ServerInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
ServerInterface | Provides an interface for defining Server entities. |