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