nglayouts_ibexa_content_type_nameΒΆ

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

Note

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

To retrieve the content type name, call the function with the content type identifier:

{{ nglayouts_ibexa_content_type_name('article') }}

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