class InvalidComponentDataException
Same name in this branch
- 11.x core/modules/sdc/src/Exception/InvalidComponentDataException.php \Drupal\sdc\Exception\InvalidComponentDataException
Same name in other branches
- 10 core/modules/sdc/src/Exception/InvalidComponentDataException.php \Drupal\sdc\Exception\InvalidComponentDataException
- 10 core/lib/Drupal/Core/Render/Component/Exception/InvalidComponentDataException.php \Drupal\Core\Render\Component\Exception\InvalidComponentDataException
Raised when a component is rendering with invalid data.
Hierarchy
- class \Drupal\Core\Render\Component\Exception\InvalidComponentDataException extends \Drupal\Core\Render\Component\Exception\Exception
Expanded class hierarchy of InvalidComponentDataException
2 files declare their use of InvalidComponentDataException
- ComponentElement.php in core/
lib/ Drupal/ Core/ Render/ Element/ ComponentElement.php - ComponentRenderTest.php in core/
tests/ Drupal/ KernelTests/ Components/ ComponentRenderTest.php
File
-
core/
lib/ Drupal/ Core/ Render/ Component/ Exception/ InvalidComponentDataException.php, line 10
Namespace
Drupal\Core\Render\Component\ExceptionView source
class InvalidComponentDataException extends \Exception {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.