public function RabbitHoleEntityPluginBase::getGlobalConfigFormId in Rabbit Hole 8
Same name and namespace in other branches
- 2.x src/Plugin/RabbitHoleEntityPluginBase.php \Drupal\rabbit_hole\Plugin\RabbitHoleEntityPluginBase::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.
Overrides RabbitHoleEntityPluginInterface::getGlobalConfigFormId
2 methods override RabbitHoleEntityPluginBase::getGlobalConfigFormId()
- ParagraphsLibraryItem::getGlobalConfigFormId in modules/
rh_paragraphs_library/ src/ Plugin/ RabbitHoleEntityPlugin/ ParagraphsLibraryItem.php - Return the form ID of the config form for this plugin's entity.
- User::getGlobalConfigFormId in modules/
rh_user/ src/ Plugin/ RabbitHoleEntityPlugin/ User.php - Return the form ID of the config form for this plugin's entity.
File
- src/
Plugin/ RabbitHoleEntityPluginBase.php, line 30
Class
- RabbitHoleEntityPluginBase
- Base class for Rabbit hole entity plugin plugins.
Namespace
Drupal\rabbit_hole\PluginCode
public function getGlobalConfigFormId() {
return NULL;
}