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

[FEATURE] Support Vendor.Package as namespace name #329

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 27, 2017

  1. [FEATURE] Support Vendor.Package as namespace name

    Using this format (or simply Package if no vendor name is
    used for the package) makes ViewHelperResolver look in
    that namespace + ViewHelpers, for example:
    
    ```xml
    <TYPO3Fluid.Fluid:render partial="Partial" />
    ```
    
    Will internally resolve to:
    
    ```php
    \TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper
    ```
    
    Without the need to register the namespace. Note that the
    example uses the native Fluid namespace to demonstrate,
    although this namespace is always present (unless explicitly
    removed by a an override).
    NamelessCoder committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    4bdd92a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    8a4f8bc View commit details
    Browse the repository at this point in the history
  2. [TASK] Unify array commas

    mbrodala authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    3294e19 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    715fbba View commit details
    Browse the repository at this point in the history