Router::generate()

string generate(string $name, mixed $parameters = array(), int $referenceType = self::ABSOLUTE_PATH) Generates a URL or path for a specific route based on the given parameters. Parameters that reference placeholders in the route pattern will substitute them in the path or host. Extra params are added as query string to the URL. When the passed reference type cannot be generated for the route because it requires a different host or scheme than the current one, the method will retu

Form::getNormData()

mixed getNormData() Returns the normalized data of the field. Return Value mixed When the field is not submitted, the default data is returned When the field is submitted, the normalized submitted data is returned if the field is valid, null otherwise.

TableHelper deprecated::setHorizontalBorderChar()

TableHelper setHorizontalBorderChar(string $horizontalBorderChar) Sets horizontal border character. Parameters string $horizontalBorderChar Return Value TableHelper

CountryType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

ParameterBag::getInt()

int getInt(string $key, int $default) Returns the parameter value converted to integer. Parameters string $key The parameter key int $default The default value if the parameter key does not exist Return Value int The filtered value

Bundle\FrameworkBundle\HttpCache

Classes HttpCache Manages HTTP cache objects in a Container.

FormRendererEngineInterface

interface FormRendererEngineInterface Adapter for rendering form templates with a specific templating engine. Methods setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. mixed getResourceForBlockName(FormView $view, string $blockName) Returns the resource for a block name. mixed getResourceForBlockNameHierarchy(FormView $view, array $blockNameHierarchy, int $hierarchyLevel) Returns the resource for a block hierarchy. in

RequestContext::getQueryString()

string getQueryString() Gets the query string. Return Value string The query string without the "?"

ClassMetadataFactoryInterface

interface ClassMetadataFactoryInterface Returns a {see ClassMetadataInterface}. Methods ClassMetadataInterface getMetadataFor(string|object $value) If the method was called with the same class name (or an object of that class) before, the same metadata instance is returned. bool hasMetadataFor(mixed $value) Checks if class has metadata. Details ClassMetadataInterface getMetadataFor(string|object $value) If the method was called with the sa

RequestContextAwareInterface::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context