You are here

public function WebformSubmissionSubmittedToRenderedEntity::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/WebformSubmissionSubmittedToRenderedEntity.php, line 72

Class

WebformSubmissionSubmittedToRenderedEntity
Display rendered entity which a webform submission was submitted to.

Namespace

Drupal\webform_views\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}