class UnsupportedEntityTypeDefinitionException
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException
- 10 core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException
- 11.x core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException
Defines an exception thrown when an entity type definition is invalid.
Hierarchy
- class \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException extends \Drupal\Core\Entity\Exception\Exception
Expanded class hierarchy of UnsupportedEntityTypeDefinitionException
3 files declare their use of UnsupportedEntityTypeDefinitionException
- EntityOwnerTrait.php in core/
modules/ user/ src/ EntityOwnerTrait.php - EntityPublishedTrait.php in core/
lib/ Drupal/ Core/ Entity/ EntityPublishedTrait.php - RevisionLogEntityTrait.php in core/
lib/ Drupal/ Core/ Entity/ RevisionLogEntityTrait.php
File
-
core/
lib/ Drupal/ Core/ Entity/ Exception/ UnsupportedEntityTypeDefinitionException.php, line 8
Namespace
Drupal\Core\Entity\ExceptionView source
class UnsupportedEntityTypeDefinitionException extends \Exception {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.