Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php \Drupal\Core\Entity\Exception\UndefinedLinkTemplateException
  2. 9 core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php \Drupal\Core\Entity\Exception\UndefinedLinkTemplateException

Defines an exception class for undefined link templates.

Hierarchy

Expanded class hierarchy of UndefinedLinkTemplateException

2 files declare their use of UndefinedLinkTemplateException
EntityBase.php in core/lib/Drupal/Core/Entity/EntityBase.php
EntityLabel.php in core/modules/views/src/Plugin/views/field/EntityLabel.php

File

core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php, line 8

Namespace

Drupal\Core\Entity\Exception
View source
class UndefinedLinkTemplateException extends \RuntimeException {

}

Members