Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FocusFirstCommand.php

function FocusFirstCommand::__construct

Constructs an FocusFirstCommand object.

Parameters

string $selector: The selector of the container with tabbable elements.

File

core/lib/Drupal/Core/Ajax/FocusFirstCommand.php, line 37

Class

FocusFirstCommand
AJAX command for focusing an element.

Namespace

Drupal\Core\Ajax

Code

public function __construct($selector) {
    $this->selector = $selector;
}
RSS feed
Powered by Drupal