You are here

class UndefinedLinkTemplateException in Drupal 9

Same name and namespace in other branches
  1. 8 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

4 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
EntityReferenceLabelFormatter.php in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php
EntityUrlTest.php in core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php

File

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

Namespace

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

}

Members