RouteCollectionBuilder::setOption()

$this setOption(string $key, mixed $value) Sets an opiton that will be added to all embedded routes (unless that option is already set). Parameters string $key mixed $value Return Value $this

AuditableAclInterface

interface AuditableAclInterface implements MutableAclInterface This interface adds auditing capabilities to the ACL. Methods array getClassAces() Returns all class-based ACEs associated with this ACL from AclInterface array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL from AclInterface array getObjectAces() Returns all object-based ACEs associated with this ACL from AclInterface array getObjectFieldAces(string $field) Returns al

TargetPathTrait

trait TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate.

DataMapperInterface

interface DataMapperInterface Methods mapDataToForms(mixed $data, FormInterface[] $forms) Maps properties of some data to a list of forms. mapFormsToData(FormInterface[] $forms, mixed $data) Maps the data of a list of forms into the properties of some data. Details mapDataToForms(mixed $data, FormInterface[] $forms) Maps properties of some data to a list of forms. Parameters mixed $data Structured data FormInterface[] $forms A list of {@

Locale::getDefaultFallback()

static string getDefaultFallback() Returns the default fallback locale. Return Value string The default fallback locale See also setDefaultFallback() getFallback()

AuthenticationUtils

class AuthenticationUtils Extracts Security Errors from Request. Methods __construct(RequestStack $requestStack) AuthenticationException|null getLastAuthenticationError(bool $clearSession = true) string getLastUsername() Details __construct(RequestStack $requestStack) Parameters RequestStack $requestStack AuthenticationException|null getLastAuthenticationError(bool $clearSession = true) P

ResponseHeaderBag::removeCookie()

removeCookie(string $name, string $path = '/', string $domain = null) Removes a cookie from the array, but does not unset it in the browser. Parameters string $name string $path string $domain

PersistentTokenInterface::getUsername()

string getUsername() Returns the username. Return Value string

CompiledRoute::getHostVariables()

array getHostVariables() Returns the host variables. Return Value array The variables

ClassMetadata::addGetterConstraints()

ClassMetadata addGetterConstraints(string $property, array $constraints) Parameters string $property array $constraints Return Value ClassMetadata