Skip to content

Removed the deprecated getName() method in Twig extensions #569

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

Merged
merged 1 commit into from
May 30, 2017
Merged

Removed the deprecated getName() method in Twig extensions #569

merged 1 commit into from
May 30, 2017

Conversation

javiereguiluz
Copy link
Member

        /**
         * Returns the name of the extension.
         *
         * @return string The extension name
         *
         * @deprecated since 1.26 (to be removed in 2.0), not used anymore internally
         */
        function getName();

@stof
Copy link
Member

stof commented May 30, 2017

👍

@javiereguiluz javiereguiluz merged commit b1da2d8 into symfony:master May 30, 2017
javiereguiluz added a commit that referenced this pull request May 30, 2017
… (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Removed the deprecated getName() method in Twig extensions

```
        /**
         * Returns the name of the extension.
         *
         * @return string The extension name
         *
         * @deprecated since 1.26 (to be removed in 2.0), not used anymore internally
         */
        function getName();
```

Commits
-------

b1da2d8 Removed the deprecated getName() method in Twig extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants