You are here

public function TranslationModerationState::clickSortable in Translation Views 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

src/Plugin/views/field/TranslationModerationState.php, line 115

Class

TranslationModerationState
Provides a field that adds moderation state.

Namespace

Drupal\translation_views\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}