public function WebformCardsManagerInterface::hasCards in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_cards/src/WebformCardsManagerInterface.php \Drupal\webform_cards\WebformCardsManagerInterface::hasCards()
Determine if a webform has cards.
Parameters
\Drupal\webform\WebformInterface $webform: A webform.
Return value
bool TRUE if a webform has cards.
1 method overrides WebformCardsManagerInterface::hasCards()
- WebformCardsManager::hasCards in modules/
webform_cards/ src/ WebformCardsManager.php - Determine if a webform has cards.
File
- modules/
webform_cards/ src/ WebformCardsManagerInterface.php, line 22
Class
- WebformCardsManagerInterface
- Interface for webform cards manager.
Namespace
Drupal\webform_cardsCode
public function hasCards(WebformInterface $webform);