doc/book/en/devweb/views/breadcrumbs.rst
branchstable
changeset 6120 c000e41316ec
parent 5879 7d3044271a29
equal deleted inserted replaced
6119:b217635d3b28 6120:c000e41316ec
    43    is to define an `ITreeAdapter` adapter on an entity type. If
    43    is to define an `ITreeAdapter` adapter on an entity type. If
    44    available, it will be used to compute breadcrumbs.
    44    available, it will be used to compute breadcrumbs.
    45 
    45 
    46 Here is the API of the ``IBreadCrumbsAdapter`` class:
    46 Here is the API of the ``IBreadCrumbsAdapter`` class:
    47 
    47 
    48 .. automethod:: cubicweb.web.views.ibreadcrumbs.IBreadCrumbs.parent_entity
    48 .. automethod:: cubicweb.web.views.ibreadcrumbs.IBreadCrumbsAdapter.parent_entity
    49 .. automethod:: cubicweb.web.views.ibreadcrumbs.IBreadCrumbs.breadcrumbs
    49 .. automethod:: cubicweb.web.views.ibreadcrumbs.IBreadCrumbsAdapter.breadcrumbs
    50 
    50 
    51 If the breadcrumbs method return a list of entities, the
    51 If the breadcrumbs method return a list of entities, the
    52 ``cubicweb.web.views.ibreadcrumbs.BreadCrumbView`` is used to display
    52 ``cubicweb.web.views.ibreadcrumbs.BreadCrumbView`` is used to display
    53 the elements.
    53 the elements.
    54 
    54