public function RabbitHoleBehaviorPluginInterface::alterExtraFields in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 src/Plugin/RabbitHoleBehaviorPluginInterface.php \Drupal\rabbit_hole\Plugin\RabbitHoleBehaviorPluginInterface::alterExtraFields()
Add to or adjust the fields added by rabbit hole.
Parameters
array $fields: The array of fields to be altered.
1 method overrides RabbitHoleBehaviorPluginInterface::alterExtraFields()
- RabbitHoleBehaviorPluginBase::alterExtraFields in src/
Plugin/ RabbitHoleBehaviorPluginBase.php - Add to or adjust the fields added by rabbit hole.
File
- src/
Plugin/ RabbitHoleBehaviorPluginInterface.php, line 64
Class
- RabbitHoleBehaviorPluginInterface
- Defines an interface for Rabbit hole behavior plugin plugins.
Namespace
Drupal\rabbit_hole\PluginCode
public function alterExtraFields(array &$fields);