SessionTokenStorage::hasToken()

bool hasToken(string $tokenId) Checks whether a token with the given token ID exists. Parameters string $tokenId The token ID Return Value bool Whether a token exists with the given ID

Shell deprecated::getProcessIsolation()

getProcessIsolation()

StreamedResponse

class StreamedResponse extends Response StreamedResponse represents a streamed HTTP response. A StreamedResponse uses a callback for its content. The callback should use the standard PHP functions like echo to stream the response back to the client. The flush() method can also be used if needed. Constants HTTP_CONTINUE HTTP_SWITCHING_PROTOCOLS HTTP_PROCESSING HTTP_OK HTTP_CREATED HTTP_ACCEPTED HTTP_NON_AUTHORITATIVE_INFORMATION HTTP_NO_CONTENT HTTP_RESET_CONT

SessionStorageInterface::clear()

clear() Clear all session data in memory.

Entry::setAttribute()

setAttribute(string $name, array $value) Sets a value for the given attribute. Parameters string $name array $value

FormConfigInterface::getAttribute()

mixed getAttribute(string $name, mixed $default = null) Returns the value of the given attribute. Parameters string $name The attribute name mixed $default The value returned if the attribute does not exist Return Value mixed The attribute value

MemberMetadata::getPropertyName()

string getPropertyName() Returns the name of the property. Return Value string The property name.

Parser::parseSeries()

static array parseSeries(array $tokens) Parses the arguments for ":nth-child()" and friends. Parameters array $tokens Return Value array Exceptions SyntaxErrorException

Form::getFormNode()

DOMElement getFormNode() Gets the form node associated with this form. Return Value DOMElement A \DOMElement instance

ChoiceList deprecated::getRemainingViews()

array getRemainingViews() Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys. Example: array( 'Group 1' => array( 10 => ChoiceView object, 20 => ChoiceView object, ), 'Group 2' => array( 30 => ChoiceView object, ), ) Return Value array A nested array containing the views with the corresponding choice indices as keys on the lowest levels and the choice group names in the keys of the higher leve