PersistentTokenInterface::getUsername()

string getUsername() Returns the username. Return Value string

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

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()

TargetPathTrait

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

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

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

ExecutionContextInterface::isGroupValidated()

bool isGroupValidated(string $cacheKey, string $groupHash) Returns whether an object was validated in a specific validation group. Parameters string $cacheKey The hash of the object string $groupHash The group's name or hash, if it is group sequence Return Value bool Whether the object was already validated for that group

TemplateReference::getLogicalName()

string getLogicalName() Returns the "logical" template name. The template name acts as a unique identifier for the template. Return Value string The template name