You are here

public function SelectionDisplayInterface::supportsJsCommands in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/SelectionDisplayInterface.php \Drupal\entity_browser\SelectionDisplayInterface::supportsJsCommands()

Returns true if selection display supports selection over javascript.

Return value

bool True if javascript add/remove events are supported.

1 method overrides SelectionDisplayInterface::supportsJsCommands()
SelectionDisplayBase::supportsJsCommands in src/SelectionDisplayBase.php
Returns true if selection display supports selection over javascript.

File

src/SelectionDisplayInterface.php, line 89

Class

SelectionDisplayInterface
Defines the interface for entity browser selection displays.

Namespace

Drupal\entity_browser

Code

public function supportsJsCommands();