Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not show container section of TOC in classes #3380

Merged
merged 2 commits into from
Nov 26, 2022

Commits on Nov 25, 2022

  1. Do not show container section of TOC in classes

    Classes have a method getInterfaces() with which you describe which
    interfaces a Class implements, but this conflicts in the
    table-of-contents template as this assumes that if there is a
    getInterfaces() method it will show a section intended for namespaces,
    packages and files.
    
    This change introduces twig test functions to test for various types of
    descriptors, and an extra check in the table of contents template
    whether the given node is an element container.
    mvriel committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    275322a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Merge remote-tracking branch 'origin/master' into fix/do-not-show-con…

    …tainer-elements-in-toc-for-classes
    mvriel committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    fe1b26e View commit details
    Browse the repository at this point in the history