You are here

public function WebformInterface::hasPage in Webform 8.5

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

Determine if the webform has page or is attached to other entities.

Return value

bool TRUE if the webform is a page with dedicated path.

1 method overrides WebformInterface::hasPage()
Webform::hasPage in src/Entity/Webform.php
Determine if the webform has page or is attached to other entities.

File

src/WebformInterface.php, line 176

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function hasPage();