JsonResponse::getEncodingOptions()

int getEncodingOptions() Returns options used while encoding data to JSON. Return Value int

FormConfigBuilder::getAutoInitialize()

bool getAutoInitialize() Returns whether the form should be initialized upon creation. Return Value bool Returns true if the form should be initialized when created, false otherwise.

Response::getExpires()

DateTime|null getExpires() Returns the value of the Expires header as a DateTime instance. Return Value DateTime|null A DateTime instance or null if the header does not exist

EventDispatcherInterface::removeSubscriber()

removeSubscriber(EventSubscriberInterface $subscriber) Removes an event subscriber. Parameters EventSubscriberInterface $subscriber The subscriber

CompiledRoute::getRegex()

string getRegex() Returns the regex. Return Value string The regex

FormView::setRendered()

FormView setRendered() Marks the view as rendered. Return Value FormView The view object

TokenInterface

interface TokenInterface implements Serializable TokenInterface is the interface for the user authentication information. Methods string __toString() Returns a string representation of the Token. RoleInterface[] getRoles() Returns the user roles. mixed getCredentials() Returns the user credentials. mixed getUser() Returns a user representation. setUser(mixed $user) Sets a user. string getUsername() Returns the username. bool isAuthenticated() Returns whether

Route::hasOption()

bool hasOption(string $name) Checks if an option has been set. Parameters string $name An option name Return Value bool true if the option is set, false otherwise

ProcessBuilder::disableOutput()

ProcessBuilder disableOutput() Disables fetching output and error output from the underlying process. Return Value ProcessBuilder

AcceptHeader::has()

bool has(string $value) Tests if header has given value. Parameters string $value Return Value bool