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

SimpleChoiceList deprecated::getValuesForChoices()

array getValuesForChoices(array $choices) Returns the values corresponding to the given choices. The values must be strings. The values must be returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choices An array of choices. Not existing choices in this array are ignored Return Value array An array of choice values with ascending, 0-based numeric keys

PropelLogger::info()

info($message) {@inheritdoc} Parameters $message

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

FormTypeExtensionInterface::configureOptions()

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