You are here

public function JsCallbackInterface::execute in JS Callback Handler 8.3

Executes the callback.

Parameters

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

Return value

mixed The content to return.

2 methods override JsCallbackInterface::execute()
Content::execute in src/Plugin/Js/Content.php
Executes the callback.
Email::execute in js_callback_examples/src/Plugin/Js/Email.php
Executes the callback.

File

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

Class

JsCallbackInterface
JsCallbackInterface.

Namespace

Drupal\js\Plugin\Js

Code

public function execute();