You are here

public function OpignoMessageThreadsSorting::canExpose in Opigno messaging 3.x

Determine if a sort can be exposed.

Overrides SortPluginBase::canExpose

File

src/Plugin/views/sort/OpignoMessageThreadsSorting.php, line 70

Class

OpignoMessageThreadsSorting
Custom threads sorting handler: display the current one first, then others.

Namespace

Drupal\opigno_messaging\Plugin\views\sort

Code

public function canExpose() {
  return FALSE;
}