public function ParagraphsLibraryItem::getGlobalConfigFormId in Rabbit Hole 8
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 RabbitHoleEntityPluginBase::getGlobalConfigFormId
File
- modules/
rh_paragraphs_library/ src/ Plugin/ RabbitHoleEntityPlugin/ ParagraphsLibraryItem.php, line 21
Class
- ParagraphsLibraryItem
- Implements rabbit hole behavior for paragraphs_library_item.
Namespace
Drupal\rh_paragraphs_library\Plugin\RabbitHoleEntityPluginCode
public function getGlobalConfigFormId() {
return "paragraphs_library_item_settings";
}