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

InputInterface

interface InputInterface InputInterface is the interface implemented by all input classes. Methods string getFirstArgument() Returns the first argument from the raw parameters (not parsed). bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw parameters (not parsed) contain a value. mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false) Returns the value of a raw option (not parsed). bind(

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

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.

Locale::getDefaultFallback()

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

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 {@

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

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