You are here

public function JsCallbackInterface::access in JS Callback Handler 8.3

Access callback.

Return value

bool TRUE if the callback can be accessed, FALSE otherwise.

1 method overrides JsCallbackInterface::access()
JsCallbackBase::access in src/Plugin/Js/JsCallbackBase.php
Access callback.

File

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

Class

JsCallbackInterface
JsCallbackInterface.

Namespace

Drupal\js\Plugin\Js

Code

public function access();