You are here

public function HighlightCommand::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Ajax/HighlightCommand.php \Drupal\views\Ajax\HighlightCommand::__construct()

Constructs a \Drupal\views\Ajax\HighlightCommand object.

Parameters

string $selector: A CSS selector.

File

core/modules/views/src/Ajax/HighlightCommand.php, line 32
Contains \Drupal\views\Ajax\HighlightCommand.

Class

HighlightCommand
Provides an AJAX command for highlighting a certain new piece of html.

Namespace

Drupal\views\Ajax

Code

public function __construct($selector) {
  $this->selector = $selector;
}