You are here

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

Same filename and directory in other branches
  1. 8.4 ldap_query/src/QueryEntityInterface.php

Namespace

Drupal\ldap_query

File

ldap_query/src/QueryEntityInterface.php
View source
<?php

namespace Drupal\ldap_query;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining LDAP Queries entities.
 */
interface QueryEntityInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
QueryEntityInterface Provides an interface for defining LDAP Queries entities.