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

Breadcrumb

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

function ShowButtonsCommand::__construct

Constructs a \Drupal\views\Ajax\ShowButtonsCommand object.

Parameters

bool $changed: Whether the view has been changed.

File

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

Class

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

Namespace

Drupal\views\Ajax

Code

public function __construct($changed) {
    $this->changed = $changed;
}

API Navigation

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