You are here

public function MicrositeMenu::getDerivativeId in Entity Reference Hierarchy 8.2

Same name and namespace in other branches
  1. 3.x modules/entity_hierarchy_microsite/src/Plugin/Block/MicrositeMenu.php \Drupal\entity_hierarchy_microsite\Plugin\Block\MicrositeMenu::getDerivativeId()

Gets the derivative_id of the plugin instance.

Return value

string|null The derivative_id of the plugin instance NULL otherwise.

Overrides PluginBase::getDerivativeId

1 call to MicrositeMenu::getDerivativeId()
MicrositeMenu::build in modules/entity_hierarchy_microsite/src/Plugin/Block/MicrositeMenu.php
Builds and returns the renderable array for this block plugin.

File

modules/entity_hierarchy_microsite/src/Plugin/Block/MicrositeMenu.php, line 146

Class

MicrositeMenu
Defines a class for a microsite menu.

Namespace

Drupal\entity_hierarchy_microsite\Plugin\Block

Code

public function getDerivativeId() {
  return 'entity-hierarchy-microsite';
}