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