You are here

protected static property EntityEmbedFilter::$recursiveRenderDepth in Entity Embed 8

An array of counters for the recursive rendering protection.

Each counter takes into account all the relevant information about the field and the referenced entity that is being rendered.

Type: array

See also

\Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceEntityFormatter::$recursiveRenderDepth

File

src/Plugin/Filter/EntityEmbedFilter.php, line 80

Class

EntityEmbedFilter
Provides a filter to display embedded entities based on data attributes.

Namespace

Drupal\entity_embed\Plugin\Filter

Code

protected static $recursiveRenderDepth = [];