class RequiredStateMissingException
Same name in other branches
- 9 core/modules/workflows/src/Exception/RequiredStateMissingException.php \Drupal\workflows\Exception\RequiredStateMissingException
- 8.9.x core/modules/workflows/src/Exception/RequiredStateMissingException.php \Drupal\workflows\Exception\RequiredStateMissingException
- 10 core/modules/workflows/src/Exception/RequiredStateMissingException.php \Drupal\workflows\Exception\RequiredStateMissingException
Indicates that a workflow does not contain a required state.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException
- class \Drupal\workflows\Exception\RequiredStateMissingException extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of RequiredStateMissingException
2 files declare their use of RequiredStateMissingException
- RequiredStatesTest.php in core/
modules/ workflows/ tests/ src/ Kernel/ RequiredStatesTest.php - Workflow.php in core/
modules/ workflows/ src/ Entity/ Workflow.php
File
-
core/
modules/ workflows/ src/ Exception/ RequiredStateMissingException.php, line 10
Namespace
Drupal\workflows\ExceptionView source
class RequiredStateMissingException extends ConfigException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.