public function FieldValidationRuleInterface::getTitle in Field Validation 8
Returns the title of the field_validation_rule.
Return value
string Either the string of the field_validation_rule.
1 method overrides FieldValidationRuleInterface::getTitle()
- FieldValidationRuleBase::getTitle in src/
FieldValidationRuleBase.php - Returns the title of the field_validation_rule.
File
- src/
FieldValidationRuleInterface.php, line 94
Class
- FieldValidationRuleInterface
- Defines the interface for Field Validation.
Namespace
Drupal\field_validationCode
public function getTitle();