public function RabbitHoleEntityPluginInterface::getGlobalConfigFormId in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 src/Plugin/RabbitHoleEntityPluginInterface.php \Drupal\rabbit_hole\Plugin\RabbitHoleEntityPluginInterface::getGlobalConfigFormId()
Return the form ID of the config form for this plugin's entity.
Return the form ID of the global config form for the entity targeted by this plugin.
Return value
string The form ID of the global config form.
1 method overrides RabbitHoleEntityPluginInterface::getGlobalConfigFormId()
- RabbitHoleEntityPluginBase::getGlobalConfigFormId in src/
Plugin/ RabbitHoleEntityPluginBase.php - Return the form ID of the config form for this plugin's entity.
File
- src/
Plugin/ RabbitHoleEntityPluginInterface.php, line 47
Class
- RabbitHoleEntityPluginInterface
- Defines an interface for Rabbit hole entity plugin plugins.
Namespace
Drupal\rabbit_hole\PluginCode
public function getGlobalConfigFormId();