class RecursiveRenderingException

Exception thrown when the entity view renderer goes into a potentially infinite loop.

Hierarchy

Expanded class hierarchy of RecursiveRenderingException

1 file declares its use of RecursiveRenderingException
EntityReferenceEntityFormatter.php in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php
Contains \Drupal\entity_reference\Plugin\field\formatter\EntityReferenceEntityFormatter.

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/RecursiveRenderingException.php, line 14
Contains \Drupal\entity_reference\RecursiveRenderingException.

Namespace

Drupal\entity_reference
View source
class RecursiveRenderingException extends \Exception {

}

Members