class UndefinedLinkTemplateException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php \Drupal\Core\Entity\Exception\UndefinedLinkTemplateException
Defines an exception class for undefined link templates.
Hierarchy
- class \Drupal\Core\Entity\Exception\UndefinedLinkTemplateException extends \Drupal\Core\Entity\Exception\RuntimeException
Expanded class hierarchy of UndefinedLinkTemplateException
2 files declare their use of UndefinedLinkTemplateException
- Entity.php in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Contains \Drupal\Core\Entity\Entity.
- EntityReferenceLabelFormatter.php in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ EntityReferenceLabelFormatter.php - Contains \Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceLabelFormatter.
File
- core/
lib/ Drupal/ Core/ Entity/ Exception/ UndefinedLinkTemplateException.php, line 13 - Contains \Drupal\Core\Entity\Exception\UndefinedLinkTemplateException.
Namespace
Drupal\Core\Entity\ExceptionView source
class UndefinedLinkTemplateException extends \RuntimeException {
}