public function FieldValidationRuleSetInterface::getAttachedBundle in Field Validation 8
Returns the bundle of FieldValidationRuleSet.
Return value
string The bundle of the FieldValidationRuleSet.
1 method overrides FieldValidationRuleSetInterface::getAttachedBundle()
- FieldValidationRuleSet::getAttachedBundle in src/
Entity/ FieldValidationRuleSet.php - Returns the bundle of FieldValidationRuleSet.
File
- src/
FieldValidationRuleSetInterface.php, line 99
Class
- FieldValidationRuleSetInterface
- Provides an interface defining a FieldValidationRuleSet entity.
Namespace
Drupal\field_validationCode
public function getAttachedBundle();