SessionAuthenticationStrategyInterface

interface SessionAuthenticationStrategyInterface SessionAuthenticationStrategyInterface. Implementation are responsible for updating the session after an interactive authentication attempt was successful. Methods onAuthentication(Request $request, TokenInterface $token) This performs any necessary changes to the session. Details onAuthentication(Request $request, TokenInterface $token) This performs any necessary changes to the session. This m

LogoutUrlGenerator::getLogoutPath()

string getLogoutPath(string|null $key = null) Generates the absolute logout path for the firewall. Parameters string|null $key The firewall key or null to use the current firewall key Return Value string The logout path

FormConfigBuilder::getEmptyData()

mixed getEmptyData() Returns the data that should be returned when the form is empty. Return Value mixed The data returned if the form is empty

FormRegistry::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the guesser responsible for guessing types. Return Value FormTypeGuesserInterface|null

Stopwatch::start()

StopwatchEvent start(string $name, string $category = null) Starts an event. Parameters string $name The event name string $category The event category Return Value StopwatchEvent A StopwatchEvent instance

GenericEvent::setArgument()

GenericEvent setArgument(string $key, mixed $value) Add argument to event. Parameters string $key Argument name mixed $value Value Return Value GenericEvent

JsonEncoder

class JsonEncoder implements EncoderInterface, DecoderInterface Encodes JSON data. Constants FORMAT Methods __construct(JsonEncode $encodingImpl = null, JsonDecode $decodingImpl = null) scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. bool supportsEncoding(string $format) Checks whether the serializer can encode

DoctrineCaster::castCommonProxy()

static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $stub $isNested

FunctionExtension::translateNthOfType()

XPathExpr translateNthOfType(XPathExpr $xpath, FunctionNode $function) Parameters XPathExpr $xpath FunctionNode $function Return Value XPathExpr

AbstractCloner::setMaxString()

setMaxString(int $maxString) Sets the maximum cloned length for strings. Parameters int $maxString