You are here

public function WebformSubmissionInterface::hasNotes in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::hasNotes()

Checks submission notes.

Return value

bool TRUE if the submission has notes.

1 method overrides WebformSubmissionInterface::hasNotes()
WebformSubmission::hasNotes in src/Entity/WebformSubmission.php
Checks submission notes.

File

src/WebformSubmissionInterface.php, line 288

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function hasNotes();