Provides an AJAX command for setting a form submit URL in modal forms.
This command is implemented in Drupal.AjaxCommands.prototype.viewsSetForm.
Hierarchy
- class \Drupal\views_ui\Ajax\SetFormCommand implements CommandInterface
 
File
- core/modules/views_ui/src/Ajax/SetFormCommand.php, line 12
 
Namespace
Drupal\views_ui\Ajax
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| SetFormCommand::$url | protected | property | The URL of the form. | 
| SetFormCommand::render | public | function | Return an array to be run through json_encode and sent to the client. Overrides CommandInterface::render | 
| SetFormCommand::__construct | public | function | Constructs a SetFormCommand object. | 
Please login to continue.