public ShowButtonsCommand::__construct($changed)
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
1 2 3 | public function __construct( $changed ) { $this ->changed = $changed ; } |
Please login to continue.