public function FieldValidationRuleBase::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.
Overrides FieldValidationRuleInterface::getFieldName
1 call to FieldValidationRuleBase::getFieldName()
- FieldValidationRuleBase::getConfiguration in src/
FieldValidationRuleBase.php - Gets this plugin's configuration.
File
- src/
FieldValidationRuleBase.php, line 219
Class
- FieldValidationRuleBase
- Provides a base class for FieldValidationRule.
Namespace
Drupal\field_validationCode
public function getFieldName() {
return $this->field_name;
}