You are here

public function RabbitHoleEntityPluginInterface::getGlobalConfigFormId in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x 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\Plugin

Code

public function getGlobalConfigFormId();