RecursiveRenderingException.php

Contains \Drupal\entity_reference\RecursiveRenderingException.

Namespace

Drupal\entity_reference

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/RecursiveRenderingException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\entity_reference\RecursiveRenderingException.
 */
namespace Drupal\entity_reference;


/**
 * Exception thrown when the entity view renderer goes into a potentially
 * infinite loop.
 */
class RecursiveRenderingException extends \Exception {

}

Classes

Namesort descending Description
RecursiveRenderingException Exception thrown when the entity view renderer goes into a potentially infinite loop.