nglayouts_ibexa_content_nameΒΆ

This function is used to retrieve the name of a content from Ibexa CMS by its ID.

Note

This function exists because Ibexa CMS does not provide a way to retrieve the content name from its ID. The function is only available if Netgen Layouts is installed on top of Ibexa CMS.

To retrieve the content name, call the function with the content ID:

{{ nglayouts_ibexa_content_name(42) }}

If the content with provided ID does not exist, an empty string will be returned.