public function TranslationLink::clickSortable

Determine 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

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Plugin/views/field/TranslationLink.php, line 83
Contains \Drupal\translation_entity\Plugin\views\field\TranslationLink.

Class

TranslationLink
Provides a translation link for an entity.

Namespace

Drupal\translation_entity\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}