InvalidLinkTemplateException.php

Same filename in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php
  2. 10 core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php
  3. 11.x core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php

Namespace

Drupal\Core\Entity\Exception

File

core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php

View source
<?php

namespace Drupal\Core\Entity\Exception;


/**
 * Indicates that a link template does not follow the required pattern.
 */
class InvalidLinkTemplateException extends \Exception {

}

Classes

Title Deprecated Summary
InvalidLinkTemplateException Indicates that a link template does not follow the required pattern.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.