public function WebformInterface::hasContainer in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasContainer()
Determine if the webform has any containers.
Return value
bool TRUE if the webform has any containers.
1 method overrides WebformInterface::hasContainer()
- Webform::hasContainer in src/
Entity/ Webform.php - Determine if the webform has any containers.
File
- src/
WebformInterface.php, line 224
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function hasContainer();