sulu_content_load_parentΒΆ

Return the parent of the Structure with the given UUID

{% set page = sulu_content_load_parent('1234-1234-1234-1234-1234') %}

Arguments:

  • uuid: string - UUID of structure parent

Returns:

  • array
    • uuid: UUID of page

    • title: Title of page

    • url: URL for page

    • template: Template name of page

    • changed: Changed date of page

    • changer: User ID of changer

    • created: Date of creation

    • creator: User ID of creator

    • nodeType: Type of node

    • path: Path of page

    • excerpt: Excerpt (if load-excerpt is true)