ExecutionContextInterface deprecated::getViolations()

ConstraintViolationListInterface getViolations() Returns the violations generated by the validator so far. Return Value ConstraintViolationListInterface The constraint violation list.

FormInterface::add()

FormInterface add(FormInterface|string|int $child, string|null $type = null, array $options = array()) Adds or replaces a child to the form. Parameters FormInterface|string|int $child The FormInterface instance or the name of the child string|null $type The child's type, if a name was passed array $options The child's options, if a name was passed Return Value FormInterface The form instance Exceptions AlreadySubmittedException If the form has already been submitted. LogicExc

ButtonBuilder::setDataMapper()

FormConfigBuilderInterface setDataMapper(DataMapperInterface $dataMapper = null) Unsupported method. This method should not be invoked. Parameters DataMapperInterface $dataMapper Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

RequestStack::getMasterRequest()

Request|null getMasterRequest() Gets the master Request. Be warned that making your code aware of the master request might make it un-compatible with other features of your framework like ESI support. Return Value Request|null

LogoutUrlExtension::getLogoutPath()

string getLogoutPath(string|null $key = null) Generates the relative logout URL for the firewall. Parameters string|null $key The firewall key or null to use the current firewall key Return Value string The relative logout URL

MemcachedSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

PathPackage deprecated::getBasePath()

string getBasePath() Returns the base path. Return Value string The base path

AcceptHeaderItem::setValue()

AcceptHeaderItem setValue(string $value) Set the item value. Parameters string $value Return Value AcceptHeaderItem

Exception

class Exception extends RuntimeException Base exception for all configuration exceptions.

RemoteUserFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node