Process::disableOutput()

Process disableOutput() Disables fetching output and error output from the underlying process. Return Value Process Exceptions RuntimeException In case the process is already running LogicException if an idle timeout is set

PersistentTokenBasedRememberMeServices

class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities. Constants COOKIE_DELIMITER Methods __construct(array $userProviders, string $secret, string $providerKey, array $options = array(), LoggerInterface $logger = null) Constructor. from AbstractRememberMeServices string getRememberMeParameter() Return

ExecutionContextInterface deprecated::getValue()

mixed getValue() Returns the value that the validator is currently validating. If you want to retrieve the object that was originally passed to the validator, use {@link getRoot}. Return Value mixed The currently validated value.

CsrfValidationListener::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

Compiler::string()

Compiler string(string $value) Adds a quoted string to the compiled code. Parameters string $value The string Return Value Compiler The current compiler instance

StopwatchEvent::isStarted()

bool isStarted() Checks if the event was started. Return Value bool

DumperInterface::dumpScalar()

dumpScalar(Cursor $cursor, string $type, scalar $value) Dumps a scalar value. Parameters Cursor $cursor The Cursor position in the dump string $type The PHP type of the value being dumped scalar $value The scalar value being dumped

ElementNode::getNamespace()

null|string getNamespace() Return Value null|string

FormConfigInterface::getViewTransformers()

DataTransformerInterface[] getViewTransformers() Returns the view transformers of the form. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

Locale deprecated::getCountries()

static array getCountries() Returns all available country codes. Return Value array The country codes Exceptions RuntimeException When the resource bundles cannot be loaded