Request::getScriptName()

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

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

MongoDbSessionHandler::close()

close() {@inheritdoc}

IntegerType::configureOptions()

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

CsrfToken::getValue()

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

CountryType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

ButtonBuilder::setRequired()

FormConfigBuilderInterface setRequired(bool $required) Unsupported method. This method should not be invoked. Parameters bool $required Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

MatcherDumperInterface::getRoutes()

RouteCollection getRoutes() Gets the routes to dump. Return Value RouteCollection A RouteCollection instance

AbstractAdapter::hasItem()

hasItem($key) {@inheritdoc} Parameters $key

Table::setColumnWidth()

Table setColumnWidth(int $columnIndex, int $width) Sets the minimum width of a column. Parameters int $columnIndex Column index int $width Minimum column width in characters Return Value Table