public function ResultsCommand::__construct in FullCalendar 8.4
Same name and namespace in other branches
- 8.5 src/Ajax/ResultsCommand.php \Drupal\fullcalendar\Ajax\ResultsCommand::__construct()
- 8 src/Ajax/ResultsCommand.php \Drupal\fullcalendar\Ajax\ResultsCommand::__construct()
- 8.2 src/Ajax/ResultsCommand.php \Drupal\fullcalendar\Ajax\ResultsCommand::__construct()
- 8.3 src/Ajax/ResultsCommand.php \Drupal\fullcalendar\Ajax\ResultsCommand::__construct()
Constructs a \Drupal\views\Ajax\ReplaceTitleCommand object.
Parameters
string $data: The form to display in the modal.
File
- src/
Ajax/ ResultsCommand.php, line 22
Class
- ResultsCommand
- Provides an AJAX command for showing the save and cancel buttons.
Namespace
Drupal\fullcalendar\AjaxCode
public function __construct($data) {
$this->data = $data;
}