You are here

class UndefinedLinkTemplateException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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
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\Exception
View source
class UndefinedLinkTemplateException extends \RuntimeException {

}

Members