You are here

public function WebformSubmissionSubmittedToLabel::clickSortable in Webform Views Integration 8.5

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/WebformSubmissionSubmittedToLabel.php, line 84

Class

WebformSubmissionSubmittedToLabel
Display entity label which a webform submission was submitted to.

Namespace

Drupal\webform_views\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}