public function FieldValidationRuleBase::getTitle in Field Validation 8
Returns the title of the field_validation_rule.
Return value
string Either the string of the field_validation_rule.
Overrides FieldValidationRuleInterface::getTitle
1 call to FieldValidationRuleBase::getTitle()
- FieldValidationRuleBase::getConfiguration in src/
FieldValidationRuleBase.php - Gets this plugin's configuration.
File
- src/
FieldValidationRuleBase.php, line 157
Class
- FieldValidationRuleBase
- Provides a base class for FieldValidationRule.
Namespace
Drupal\field_validationCode
public function getTitle() {
return $this->title;
}