You are here

public function FieldValidationRuleBase::getColumn in Field Validation 8

Returns the column of the field_validation_rule.

Return value

string The column of the field_validation_rule.

Overrides FieldValidationRuleInterface::getColumn

1 call to FieldValidationRuleBase::getColumn()
FieldValidationRuleBase::getConfiguration in src/FieldValidationRuleBase.php
Gets this plugin's configuration.

File

src/FieldValidationRuleBase.php, line 240

Class

FieldValidationRuleBase
Provides a base class for FieldValidationRule.

Namespace

Drupal\field_validation

Code

public function getColumn() {
  return $this->column;
}