class ActionsHelper extends Helper
ActionsHelper manages action inclusions.
| protected | $charset | from Helper |
| setCharset(string $charset) Sets the default charset. | from Helper | |
| string | getCharset() Gets the default charset. | from Helper |
| __construct(FragmentHandler $handler) | ||
| string | render(string $uri, array $options = array()) Returns the fragment content for a given URI. | |
| controller($controller, $attributes = array(), $query = array()) | ||
| string | getName() Returns the canonical name of this helper. |
Sets the default charset.
| string | $charset | The charset |
Gets the default charset.
| string | The default charset |
| FragmentHandler | $handler |
Returns the fragment content for a given URI.
| string | $uri | A URI |
| array | $options | An array of options |
| string | The fragment content |
| FragmentHandler::render |
| $controller | ||
| $attributes | ||
| $query |
Returns the canonical name of this helper.
| string | The canonical name |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.html