You are here

public function PasswordConstraintInterface::getTitle in Password Policy 8.3

Returns a translated string for the constraint title.

Return value

string Title of the constraint.

1 method overrides PasswordConstraintInterface::getTitle()
PasswordConstraintBase::getTitle in src/PasswordConstraintBase.php
Returns a translated string for the constraint title.

File

src/PasswordConstraintInterface.php, line 34

Class

PasswordConstraintInterface
An interface to define the expected operations of a password constraint.

Namespace

Drupal\password_policy

Code

public function getTitle();