RecursiveValidator::validate()

ConstraintViolationListInterface 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

FormRendererEngineInterface::setTheme()

setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. Parameters FormView $view The view to assign the theme(s) to mixed $themes The theme(s). The type of these themes is open to the implementation.

DateTimeToTimestampTransformer::transform()

mixed transform(DateTimeInterface $dateTime) Transforms a DateTime object into a timestamp in the configured timezone. Parameters DateTimeInterface $dateTime A DateTimeInterface object Return Value mixed The value in the transformed representation Exceptions TransformationFailedException If the given value is not a \DateTimeInterface

PropelUserProvider

class PropelUserProvider implements UserProviderInterface Provides easy to use provisioning for Propel model users. Methods __construct(string $class, string|null $property = null) Default constructor UserInterface loadUserByUsername(string $username) Loads the user for the given username. UserInterface refreshUser(UserInterface $user) Refreshes the user for the account interface. bool supportsClass(string $class) Whether this provider supports the given user class Det

InputDefinition::getOptions()

InputOption[] getOptions() Gets the array of InputOption objects. Return Value InputOption[] An array of InputOption objects

RouterListener::onKernelFinishRequest()

onKernelFinishRequest(FinishRequestEvent $event) After a sub-request is done, we need to reset the routing context to the parent request so that the URL generator operates on the correct context again. Parameters FinishRequestEvent $event

Bridge\Propel1\Form\ChoiceList

Classes ModelChoiceList A choice list for object choices based on Propel model.

NodeBuilder::node()

NodeDefinition node(string $name, string $type) Creates a child node. Parameters string $name The name of the node string $type The type of the node Return Value NodeDefinition The child node Exceptions RuntimeException When the node type is not registered RuntimeException When the node class is not found

LdapClient deprecated::bind()

bind(string $dn = null, string $password = null) Return a connection bound to the ldap. Parameters string $dn A LDAP dn string $password A password Exceptions ConnectionException If dn / password could not be bound.

Component\Security\Http\Logout

Classes CookieClearingLogoutHandler This handler clears the passed cookies when a user logs out. DefaultLogoutSuccessHandler Default logout success handler will redirect users to a configured path. SessionLogoutHandler Handler for clearing invalidating the current session. Interfaces LogoutHandlerInterface Interface that needs to be implemented by LogoutHandlers. LogoutSuccessHandlerInterface LogoutSuccesshandlerInterface.