You are here

public function WebformInterface::isOpening in Webform 8.5

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

Determines if the webform is currently closed but scheduled to open.

Return value

bool TRUE if the webform is currently closed but scheduled to open.

1 method overrides WebformInterface::isOpening()
Webform::isOpening in src/Entity/Webform.php
Determines if the webform is currently closed but scheduled to open.

File

src/WebformInterface.php, line 402

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function isOpening();