public function TypedDataStringBlock::getTitle

File

drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/TypedDataStringBlock.php, line 20
Contains \Drupal\plugin_test\Plugin\plugin_test\mock_block\TypedDataStringBlock.

Class

TypedDataStringBlock
Implementation of a String TypedData contextual block plugin used by Plugin API context test.

Namespace

Drupal\plugin_test\Plugin\plugin_test\mock_block

Code

public function getTitle() {
  return $this
    ->getContextValue('string');
}