1 | <?php |
||
11 | class CtoolsFallback extends ControllerBase { |
||
12 | |||
13 | /** |
||
14 | * Displays message about missing dependency on edit/add page. |
||
15 | * |
||
16 | * @return \Drupal\Core\Ajax\AjaxResponse |
||
17 | * An Ajax response with a command for opening or closing the dialog |
||
18 | * containing the edit form. |
||
19 | */ |
||
20 | public function displayMessage() { |
||
28 | |||
29 | } |
||
30 |