TestSessionListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Checks if session was initialized and saves if current request is master Runs on 'kernel.response' in test environment. Parameters FilterResponseEvent $event

CurrencyDataProvider::forNumericCode()

forNumericCode($numericCode) Data provider for {@link \Symfony\Component\Intl\Currency::forNumericCode()}. Parameters $numericCode

DelegatingEngine

class DelegatingEngine extends DelegatingEngine implements EngineInterface DelegatingEngine selects an engine for a given template. Methods __construct(ContainerInterface $container, array $engineIds) Constructor. string render(string|TemplateReferenceInterface $name, array $parameters = array()) Renders a template. from DelegatingEngine stream(string|TemplateReferenceInterface $name, array $parameters = array()) Streams a template. from DelegatingEngine bool exists(string|T

LazyChoiceList 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. Example: array( 'Group 1' => array( 10 => ChoiceView object, 20 => ChoiceView object, ), 'Group 2' => array( 30 => ChoiceView object, ), ) 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 leve

Bridge\Doctrine\HttpFoundation

Classes DbalSessionHandler DBAL based session storage. DbalSessionHandlerSchema DBAL Session Storage Schema.

DataCollectorListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

InputOption::getShortcut()

string getShortcut() Returns the option shortcut. Return Value string The shortcut

LogoutUrlExtension::getName()

getName() {@inheritdoc}

FormErrorIterator::rewind()

rewind() Sets the iterator's position to the beginning. This method detects if errors have been added to the form since the construction of the iterator.

AbstractType::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options