You are here

public function JsCallbackInterface::validate in JS Callback Handler 8.3

Validates the callback.

Parameters

mixed ...: Any number of arguments can be passed here.

Return value

mixed The content to return.

1 method overrides JsCallbackInterface::validate()
JsCallbackBase::validate in src/Plugin/Js/JsCallbackBase.php
Validates the callback.

File

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

Class

JsCallbackInterface
JsCallbackInterface.

Namespace

Drupal\js\Plugin\Js

Code

public function validate();