AuditLogger

class AuditLogger implements AuditLoggerInterface Base audit logger implementation Methods logIfNeeded(bool $granted, EntryInterface $ace) Performs some checks if logging was requested Details logIfNeeded(bool $granted, EntryInterface $ace) Performs some checks if logging was requested Parameters bool $granted EntryInterface $ace

DateTimeNormalizer::supportsNormalization()

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Parameters mixed $data Data to normalize. string $format The format being (de-)serialized from or into. Return Value bool

Definition::setConfigurator()

Definition setConfigurator(callable $callable) Sets a configurator to call after the service is fully initialized. Parameters callable $callable A PHP callable Return Value Definition The current instance

LockedException

class LockedException extends AccountStatusException LockedException is thrown if the user account is locked. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AccountStatusException unserialize($str) from AccountStatusException string getMessageKey() Message key to be used by the translation component. array getMessageData() Message data to be u

ArrayAccessibleResourceBundle::getErrorCode()

getErrorCode()

WebProfilerExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

ChoiceFormField::isMultiple()

bool isMultiple() Returns true if the field accepts multiple values. Return Value bool true if the field accepts multiple values, false otherwise

Cookie::isSecure()

bool isSecure() Returns the secure flag of the cookie. Return Value bool The cookie secure flag

FormTypeInterface::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 See also FormTypeExtensionInterface::buildForm()

Process::setOptions()

Process setOptions(array $options) Sets the options for proc_open. Parameters array $options The new options Return Value Process The current Process instance