You are here

public function FieldValidationRuleSetInterface::getAttachedEntityType in Field Validation 8

Returns the entity type of FieldValidationRuleSet.

Return value

string The entity type of the FieldValidationRuleSet.

1 method overrides FieldValidationRuleSetInterface::getAttachedEntityType()
FieldValidationRuleSet::getAttachedEntityType in src/Entity/FieldValidationRuleSet.php
Returns the entity type of FieldValidationRuleSet.

File

src/FieldValidationRuleSetInterface.php, line 80

Class

FieldValidationRuleSetInterface
Provides an interface defining a FieldValidationRuleSet entity.

Namespace

Drupal\field_validation

Code

public function getAttachedEntityType();