Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ShowButtonsCommand.php

function ShowButtonsCommand::render

Overrides CommandInterface::render

File

core/modules/views/src/Ajax/ShowButtonsCommand.php, line 35

Class

ShowButtonsCommand
Provides an AJAX command for showing the save and cancel buttons.

Namespace

Drupal\views\Ajax

Code

public function render() {
    return [
        'command' => 'viewsShowButtons',
        'changed' => $this->changed,
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal