You are here

public function PopulateRemoveEmptyFilterMock::__construct in Views filters populate 8

Constructs a Handler object.

Parameters

array $configuration: A configuration array containing information about the plugin instance.

string $plugin_id: The plugin_id for the plugin instance.

mixed $plugin_definition: The plugin implementation definition.

Overrides HandlerBase::__construct

File

src/Plugin/views/filter/Populate.php, line 19

Class

PopulateRemoveEmptyFilterMock
Filter mock class that takes care of removing populated filters from the view if the populated value is empty and exposed.

Namespace

Drupal\views_filters_populate\Plugin\views\filter

Code

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