PasswordType::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

FrameworkBundle::build()

build(ContainerBuilder $container) Builds the bundle. It is only ever called once when the cache is empty. This method can be overridden to register compilation passes, other extensions, ... Parameters ContainerBuilder $container A ContainerBuilder instance

ViolationPath::getLength()

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

TemplateCacheCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

Regex::getDefaultOption()

string getDefaultOption() Returns the name of the default option. Override this method to define a default option. Return Value string

CustomAuthenticationSuccessHandler

class CustomAuthenticationSuccessHandler implements AuthenticationSuccessHandlerInterface Methods __construct(AuthenticationSuccessHandlerInterface $handler, array $options, string $providerKey) Constructor. Response onAuthenticationSuccess(Request $request, TokenInterface $token) This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener. Details __const

VarDumperTestTrait::assertDumpEquals()

assertDumpEquals($dump, $data, $message = '') Parameters $dump $data $message

LogoutException

class LogoutException extends RuntimeException LogoutException is thrown when the account cannot be logged out. Methods __construct($message = 'Logout Exception', Exception $previous = null) Details __construct($message = 'Logout Exception', Exception $previous = null) Parameters $message Exception $previous

DebugBundle::boot()

boot() Boots the Bundle.

Profiler::collect()

Profile|null collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An exception instance if the request threw one Return Value Profile|null A Profile instance or null if the profiler is disabled