ReplaceCommand
  • References/PHP/Drupal/Ajax/ReplaceCommand

AJAX command for calling the jQuery replace() method. The 'insert/replaceWith' command instructs the client to use jQuery's replaceWith() method

2025-01-10 15:47:30
InvokeCommand::$arguments
  • References/PHP/Drupal/Ajax/InvokeCommand

An optional list of arguments to pass to the method. Type:

2025-01-10 15:47:30
CommandWithAttachedAssetsTrait::$attachedAssets
  • References/PHP/Drupal/Ajax/CommandWithAttachedAssetsTrait

The attached assets for this Ajax command. Type:

2025-01-10 15:47:30
AjaxResponse::addCommand
  • References/PHP/Drupal/Ajax/AjaxResponse

public AjaxResponse::addCommand(CommandInterface $command, $prepend = FALSE)

2025-01-10 15:47:30
SetDialogOptionCommand::__construct
  • References/PHP/Drupal/Ajax/SetDialogOptionCommand

public SetDialogOptionCommand::__construct($selector,

2025-01-10 15:47:30
InvokeCommand::__construct
  • References/PHP/Drupal/Ajax/InvokeCommand

public InvokeCommand::__construct($selector, $method, array $arguments =

2025-01-10 15:47:30
CommandWithAttachedAssetsTrait::getAttachedAssets
  • References/PHP/Drupal/Ajax/CommandWithAttachedAssetsTrait

public CommandWithAttachedAssetsTrait

2025-01-10 15:47:30
AjaxResponseAttachmentsProcessor::$renderer
  • References/PHP/Drupal/Ajax/AjaxResponseAttachmentsProcessor

The renderer. Type:

2025-01-10 15:47:30
DataCommand::$value
  • References/PHP/Drupal/Ajax/DataCommand

The value of the data to be attached to elements matched by the selector. The data is not limited to strings; it can be any format.

2025-01-10 15:47:30
SetDialogOptionCommand::render
  • References/PHP/Drupal/Ajax/SetDialogOptionCommand

public SetDialogOptionCommand::render()

2025-01-10 15:47:30