You are here

public function JsCallbackInterface::getTitle in JS Callback Handler 8.3

The human readable title of the callback, if set.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup|null The title or NULL if not set.

1 method overrides JsCallbackInterface::getTitle()
JsCallbackBase::getTitle in src/Plugin/Js/JsCallbackBase.php
The human readable title of the callback, if set.

File

src/Plugin/Js/JsCallbackInterface.php, line 97

Class

JsCallbackInterface
JsCallbackInterface.

Namespace

Drupal\js\Plugin\Js

Code

public function getTitle();