EntityReferenceRecursiveRenderingException.php in Entity reference 8
Namespace
Drupal\entityreferenceFile
lib/Drupal/entityreference/EntityReferenceRecursiveRenderingException.phpView source
<?php
/**
* @file
* Definition of Drupal\entityreference\EntityReferenceRecursiveRenderingException.
*/
namespace Drupal\entityreference;
use Exception;
/**
* Exception thrown when the entity view renderer goes into a potentially infinite loop.
*/
class EntityReferenceRecursiveRenderingException extends Exception {
}
Classes
Name | Description |
---|---|
EntityReferenceRecursiveRenderingException | Exception thrown when the entity view renderer goes into a potentially infinite loop. |