RouteCollection::addCollection()

addCollection(RouteCollection $collection) Adds a route collection at the end of the current set by appending all routes of the added collection. Parameters RouteCollection $collection A RouteCollection instance

BlackholeMetadataFactory deprecated

class BlackholeMetadataFactory extends BlackHoleMetadataFactory deprecated since version 2.5, to be removed in 3.0. Use {@link Factory\BlackHoleMetadataFactory} instead. Alias of {@link Factory\BlackHoleMetadataFactory}. Methods MetadataInterface getMetadataFor(mixed $value) Returns the metadata for the given value. from BlackHoleMetadataFactory bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. from BlackHoleMetadataFacto

FormTypeExtensionInterface::configureOptions()

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

TranslatorListener

class TranslatorListener implements EventSubscriberInterface Synchronizes the locale between the request and the translator. Methods __construct(TranslatorInterface $translator, RequestStack $requestStack) onKernelRequest(GetResponseEvent $event) onKernelFinishRequest(FinishRequestEvent $event) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct(TranslatorInterface $t

FileExistenceResource::getResource()

string getResource() Return Value string The file path to the resource

PropertyPath::getLength()

int getLength() Returns the length of the property path, i.e. the number of elements. Return Value int The path length

HttpKernelExtension::controller()

controller($controller, $attributes = array(), $query = array()) Parameters $controller $attributes $query

Parser::parsePrimaryExpression()

parsePrimaryExpression()

Component\CssSelector\Parser

Namespaces Symfony\Component\CssSelector\Parser\HandlerSymfony\Component\CssSelector\Parser\ShortcutSymfony\Component\CssSelector\Parser\Tokenizer Classes Parser CSS selector parser. Reader CSS selector reader. Token CSS selector token. TokenStream CSS selector token stream. Interfaces ParserInterface CSS selector parser interface.

EntityChoiceList deprecated::getRemainingViews()

array getRemainingViews() Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys. Return Value array A nested array containing the views with the corresponding choice indices as keys on the lowest levels and the choice group names in the keys of the higher levels See also ChoiceListInterface