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

Loading package's tools #1962

Closed
guyasyou opened this issue Feb 16, 2015 · 4 comments
Closed

Loading package's tools #1962

guyasyou opened this issue Feb 16, 2015 · 4 comments

Comments

@guyasyou
Copy link
Contributor

In routes we have it for tools:
"/tools/blocks/{btHandle}/{tool}" => array(
'\Concrete\Core\Legacy\Controller\ToolController::displayBlock',
'blockTool',
array('tool' => '[A-Za-z0-9_/.]+')),
"/tools/{tool}" => array(
'\Concrete\Core\Legacy\Controller\ToolController::display',
'tool',
array('tool' => '[A-Za-z0-9_/.]+')),
Where routing for tools from packages?
I was looking in the code, forums, but did not find how to load them

@Mnkras
Copy link
Contributor

Mnkras commented Feb 16, 2015

Tools are deprecated, use routes instead.

@mkly
Copy link
Contributor

mkly commented Feb 16, 2015

By deprecated, I'm believe @Mnkras also means tools are not implemented for packages in 5.7.

@guyasyou
Copy link
Contributor Author

okay((
but it was a convenient

@joe-meyer
Copy link
Contributor

I'm thinking either way this issue can be closed. There's already a discussion and pull request in #1735.

@aembler aembler closed this as completed Feb 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants