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