You are here

public function BlockEventVariables::getId in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/preprocess_event_dispatcher/src/Variables/BlockEventVariables.php \Drupal\preprocess_event_dispatcher\Variables\BlockEventVariables::getId()

Get the block identifier.

Return value

string Identifier for the block.

File

modules/preprocess_event_dispatcher/src/Variables/BlockEventVariables.php, line 29

Class

BlockEventVariables
Class BlockEventVariables.

Namespace

Drupal\preprocess_event_dispatcher\Variables

Code

public function getId() : string {
  return $this->variables['elements']['#id'];
}