FileType::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the form view. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. A view of a form is built before the views of the child forms are built. This means that you cannot access child views in this method. If you need to do so, move your logic to {@link finishView()} instead. Parameters FormView $view The view FormInterface $form The form

Component\Security\Core\Authentication\Token

Classes AbstractToken Base class for Token instances. AnonymousToken AnonymousToken represents an anonymous token. PreAuthenticatedToken PreAuthenticatedToken implements a pre-authenticated token. RememberMeToken Authentication Token for "Remember-Me". UsernamePasswordToken UsernamePasswordToken implements a username and password token. Interfaces TokenInterface TokenInterface is the interface for the user authentication information.

IntlGlobals

class IntlGlobals Provides fake static versions of the global functions in the intl extension. Constants U_ZERO_ERROR Indicates that no error occurred. U_ILLEGAL_ARGUMENT_ERROR Indicates that an invalid argument was passed. U_PARSE_ERROR Indicates that the parse() operation failed. Methods static bool isFailure(int $errorCode) Returns whether the error code indicates a failure. static int getErrorCode() Returns the error code of the last operation. static string getE

AbstractUriElement

class AbstractUriElement Any HTML element that can link to an URI. Methods __construct(DOMElement $node, string $currentUri, string $method = 'GET') DOMElement getNode() Gets the node associated with this link. string getMethod() Gets the method associated with this link. string getUri() Gets the URI associated with this link. Details __construct(DOMElement $node, string $currentUri, string $method = 'GET') Parameters DOMElemen

ProxyAdapter::save()

save(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

AbstractComparison

class AbstractComparison extends Constraint Used for the comparison of values. Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $mess

MetadataBag

class MetadataBag implements SessionBagInterface Metadata container. Adds metadata to the session. Constants CREATED UPDATED LIFETIME Methods __construct(string $storageKey = '_sf2_meta', int $updateThreshold) Constructor. initialize(array $array) Initializes the Bag. int getLifetime() Gets the lifetime that the session cookie was set with. stampNew(int $lifetime = null) Stamps a new session's metadata. string getStorageKey() Gets the storage key for thi

Kernel::shutdown()

shutdown() Shutdowns the kernel. This method is mainly useful when doing functional testing.

ProfilerExtension

class ProfilerExtension extends Twig_Extension_Profiler Methods __construct(Twig_Profiler_Profile $profile, Stopwatch $stopwatch = null) enter(Twig_Profiler_Profile $profile) leave(Twig_Profiler_Profile $profile) getName() {@inheritdoc} Details __construct(Twig_Profiler_Profile $profile, Stopwatch $stopwatch = null) Parameters Twig_Profiler_Profile $profile Stopwatch $stopwatch enter(Twig_Profil

GuardAuthenticatorHandler

class GuardAuthenticatorHandler A utility class that does much of the work during the guard authentication process. By having the logic here instead of the listener, more of the process can be called directly (e.g. for manual authentication) or overridden. Methods __construct(TokenStorageInterface $tokenStorage, EventDispatcherInterface $eventDispatcher = null) authenticateWithToken(TokenInterface $token, Request $request) Authenticates the given token in the system. null|Respon