CsrfToken::getValue()

string getValue() Returns the value of the CSRF token. Return Value string The token value

IntegerType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

MongoDbSessionHandler::close()

close() {@inheritdoc}

ContextualValidatorInterface::validate()

ContextualValidatorInterface validate(mixed $value, Constraint|Constraint[] $constraints = null, array|null $groups = null) Validates a value against a constraint or a list of constraints. If no constraint is passed, the constraint {@link \Symfony\Component\Validator\Constraints\Valid} is assumed. Parameters mixed $value The value to validate Constraint|Constraint[] $constraints The constraint(s) to validate against array|null $groups The validation groups to validate. If non

Connection::setOption()

setOption($name, $value) Parameters $name $value

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()

ValidatorBuilderInterface

interface ValidatorBuilderInterface A configurable builder for ValidatorInterface objects. Methods ValidatorBuilderInterface addObjectInitializer(ObjectInitializerInterface $initializer) Adds an object initializer to the validator. ValidatorBuilderInterface addObjectInitializers(array $initializers) Adds a list of object initializers to the validator. ValidatorBuilderInterface addXmlMapping(string $path) Adds an XML constraint mapping file to the validator. ValidatorBuilderI

Node::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

Request::getScriptName()

string getScriptName() Returns current script name. Return Value string