You are here

class ClearContextualLinks in Paragraphs frontend ui 8.2

Class ClearContextualLinks.

Hierarchy

Expanded class hierarchy of ClearContextualLinks

1 file declares its use of ClearContextualLinks
ParagraphsFrontendUIController.php in src/Controller/ParagraphsFrontendUIController.php

File

src/Ajax/ClearContextualLinks.php, line 10

Namespace

Drupal\paragraphs_frontend_ui\Ajax
View source
class ClearContextualLinks implements CommandInterface {

  /**
   * Render custom ajax command.
   *
   * @return array RenderArray
   *   Command function.
   */
  public function render() {
    return [
      'command' => 'clearContextualLinks',
    ];
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ClearContextualLinks::render public function Render custom ajax command. Overrides CommandInterface::render