NullSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

AttributeMatchingExtension::translateSuffixMatch()

XPathExpr translateSuffixMatch(XPathExpr $xpath, string $attribute, string $value) Parameters XPathExpr $xpath string $attribute string $value Return Value XPathExpr

FormDataCollector::collectDefaultData()

collectDefaultData(FormInterface $form) Stores the default data of the given form and its children. Parameters FormInterface $form A root form

Component\Form

Namespaces Symfony\Component\Form\ExceptionSymfony\Component\Form\ExtensionSymfony\Component\Form\GuessSymfony\Component\Form\TestSymfony\Component\Form\Util Classes AbstractExtension AbstractRendererEngine Default implementation of {@link FormRendererEngineInterface}. AbstractType AbstractTypeExtension Button A form button. ButtonBuilder A builder for {@link Button} instances. CallbackTransformer Form Form represents a form. FormBuilder A builder for creati

Process::getCommandLine()

string getCommandLine() Gets the command line to be executed. Return Value string The command to execute

Validator deprecated::validateValue()

ConstraintViolationListInterface validateValue(mixed $value, Constraint|Constraint[] $constraints, array|null $groups = null) Validates a value against a constraint or a list of constraints. Parameters mixed $value The value to validate. Constraint|Constraint[] $constraints The constraint(s) to validate against. array|null $groups The validation groups to validate. Return Value ConstraintViolationListInterface A list of constraint violations. If the list is empty, validation

AbstractExtension::getAttributeMatchingTranslators()

callable[] getAttributeMatchingTranslators() Returns attribute operation translators. Return Value callable[]

FormDataCollector::getData()

array getData() Returns all collected data. Return Value array

NativeSessionHandler

class NativeSessionHandler extends SessionHandler Adds SessionHandler functionality if available.

Cookie::isCleared()

bool isCleared() Whether this cookie is about to be cleared. Return Value bool