ButtonBuilder::getMapped()

bool getMapped() Unsupported method. Return Value bool Whether the form is mapped

UsernamePasswordToken::getCredentials()

mixed getCredentials() Returns the user credentials. Return Value mixed The user credentials

ProgressHelper deprecated::finish()

finish() Finishes the progress output.

Component\Cache

Namespaces Symfony\Component\Cache\AdapterSymfony\Component\Cache\Exception Classes CacheItem DoctrineProvider

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