This project is not covered by Drupal’s security advisory policy.

Replaced by:

With this module you can link entities with an identifier. This can be used to easilly access entities by a given name.

Features

In Twig, use the custom Twig function [linked_entity_entity('MACHINE_NAME')], to render the entity with the desired name.
Other available functions:
[linked_entity('MACHINE_NAME')]: returns the type and ID of the entity.
[linked_entity_path('MACHINE_NAME')]: returns the path of the entity.

You can also create theme suggestions if needed by using the custom storage [\Drupal::entityTypeManager()->getStorage('linked_entity')] to access all the available linked entities.

Supporting organizations:

Project information

Releases