You are here

public function Redirect404Operations::clickSortable in Redirect 8

Determines if this field is click sortable.

Return value

bool The value of 'click sortable' from the plugin definition, this defaults to TRUE if not set.

Overrides FieldPluginBase::clickSortable

File

modules/redirect_404/src/Plugin/views/field/Redirect404Operations.php, line 76

Class

Redirect404Operations
Provides a views field for the redirect operation buttons.

Namespace

Drupal\redirect_404\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}