interface GenpassInterface in Generate Password 8
Provides an interface defining an constants for Genpass.
Hierarchy
- interface \Drupal\genpass\GenpassInterface
Expanded class hierarchy of GenpassInterface
All classes that implement GenpassInterface
1 file declares its use of GenpassInterface
- genpass.module in ./
genpass.module - Contains genpass.module.
File
- src/
GenpassInterface.php, line 8
Namespace
Drupal\genpassView source
interface GenpassInterface {
/**
* Configuration option constants for genpass_mode.
*/
const PASSWORD_REQUIRED = 0;
const PASSWORD_OPTIONAL = 1;
const PASSWORD_RESTRICTED = 2;
/**
* Configuration option constants for genpass_display.
*/
const PASSWORD_DISPLAY_NONE = 0;
const PASSWORD_DISPLAY_ADMIN = 1;
const PASSWORD_DISPLAY_USER = 2;
const PASSWORD_DISPLAY_BOTH = 3;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GenpassInterface:: |
constant | |||
GenpassInterface:: |
constant | |||
GenpassInterface:: |
constant | Configuration option constants for genpass_display. | ||
GenpassInterface:: |
constant | |||
GenpassInterface:: |
constant | |||
GenpassInterface:: |
constant | Configuration option constants for genpass_mode. | ||
GenpassInterface:: |
constant |