MaskBuilder::reset()

MaskBuilder reset() Resets the PermissionBuilder Return Value MaskBuilder

StopwatchEvent::ensureStopped()

ensureStopped() Stops all non already stopped periods.

FunctionNode::getName()

string getName() Return Value string

SimpleAuthenticatorInterface

interface SimpleAuthenticatorInterface Methods authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) supportsToken(TokenInterface $token, $providerKey) Details authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) Parameters TokenInterface $token UserProviderInterface $userProvider $providerKey supportsToken(TokenInterface $token

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

Button::isSubmitted()

bool isSubmitted() Returns whether the button is submitted. Return Value bool true if the form is submitted, false otherwise

KernelEvent::getRequest()

Request getRequest() Returns the request the kernel is currently processing. Return Value Request

PassConfig::getBeforeRemovingPasses()

array getBeforeRemovingPasses() Gets all passes for the BeforeRemoving pass. Return Value array An array of passes

Escaper

class Escaper Escaper encapsulates escaping rules for single and double-quoted YAML strings. Constants REGEX_CHARACTER_TO_ESCAPE Methods static bool requiresDoubleQuoting(string $value) Determines if a PHP value would require double quoting in YAML. static string escapeWithDoubleQuotes(string $value) Escapes and surrounds a PHP value with double quotes. static bool requiresSingleQuoting(string $value) Determines if a PHP value would require single quoting in YAML. stat

EntryManagerInterface::update()

update(Entry $entry) Updates an entry from the Ldap server. Parameters Entry $entry