ProcessBuilder::disableOutput()

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

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

FormView::setRendered()

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

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.

RecursiveValidator::hasMetadataFor()

bool hasMetadataFor($object) Returns whether the class is able to return metadata for the given value. Parameters $object Return Value bool Whether metadata can be returned for that value

FormExtension::getFilters()

getFilters() {@inheritdoc}

UserChecker

class UserChecker implements UserCheckerInterface UserChecker checks the user account flags. Methods checkPreAuth(UserInterface $user) Checks the user account before authentication. checkPostAuth(UserInterface $user) Checks the user account after authentication. Details checkPreAuth(UserInterface $user) Checks the user account before authentication. Parameters UserInterface $user a UserInterface instance c

DoctrineCaster

class DoctrineCaster Casts Doctrine related classes to array representation. Methods static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested) static castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested) static castPersistentCollection(PersistentCollection $coll, array $a, Stub $stub, $isNested) Details static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $s