You are here

class InvalidLinkTemplateException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php \Drupal\Core\Entity\Exception\InvalidLinkTemplateException

Indicates that a link template does not follow the required pattern.

Hierarchy

Expanded class hierarchy of InvalidLinkTemplateException

1 file declares its use of InvalidLinkTemplateException
EntityTypeManager.php in core/lib/Drupal/Core/Entity/EntityTypeManager.php
Contains \Drupal\Core\Entity\EntityTypeManager.

File

core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php, line 12
Contains \Drupal\Core\Entity\Exception\InvalidLinkTemplateException.

Namespace

Drupal\Core\Entity\Exception
View source
class InvalidLinkTemplateException extends \Exception {

}

Members