RearrangeFilter::__construct

public RearrangeFilter::__construct($type = NULL)

Constructs a new RearrangeFilter object.

File

core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php, line 17

Class

RearrangeFilter
Provides a rearrange form for Views filters.

Namespace

Drupal\views_ui\Form\Ajax

Code

public function __construct($type = NULL) {
  $this->setType($type);
}
doc_Drupal
2016-10-29 09:36:44
Comments
Leave a Comment

Please login to continue.