SetFormCommand::__construct

public SetFormCommand::__construct($url)

Constructs a SetFormCommand object.

Parameters

string $url: The URL of the form.

File

core/modules/views_ui/src/Ajax/SetFormCommand.php, line 27

Class

SetFormCommand
Provides an AJAX command for setting a form submit URL in modal forms.

Namespace

Drupal\views_ui\Ajax

Code

1
2
3
public function __construct($url) {
  $this->url = $url;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.