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