You are here

public function WebformInterface::isArchived in Webform 8.5

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

Returns the webform archive indicator.

Return value

bool TRUE if the webform is archived.

1 method overrides WebformInterface::isArchived()
Webform::isArchived in src/Entity/Webform.php
Returns the webform archive indicator.

File

src/WebformInterface.php, line 418

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function isArchived();