public function EntityExtenderInterface::getGeneralExtraFields in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 src/EntityExtenderInterface.php \Drupal\rabbit_hole\EntityExtenderInterface::getGeneralExtraFields()
Get the extra fields that should be applied to all rabbit hole entities.
1 method overrides EntityExtenderInterface::getGeneralExtraFields()
- EntityExtender::getGeneralExtraFields in src/
EntityExtender.php - Get the extra fields that should be applied to all rabbit hole entities.
File
- src/
EntityExtenderInterface.php, line 13
Class
- EntityExtenderInterface
- Defines an interface for entity extender service.
Namespace
Drupal\rabbit_holeCode
public function getGeneralExtraFields();