PropelUserProvider::supportsClass()

bool supportsClass(string $class) Whether this provider supports the given user class Parameters string $class Return Value bool

ConsoleExceptionEvent

class ConsoleExceptionEvent extends ConsoleEvent Allows to handle exception thrown in a command. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispatcher() deprecated Re

GuardTokenInterface

interface GuardTokenInterface implements TokenInterface A marker interface that both guard tokens implement. Any tokens passed to GuardAuthenticationProvider (i.e. any tokens that are handled by the guard auth system) must implement this interface. Methods string __toString() Returns a string representation of the Token. from TokenInterface RoleInterface[] getRoles() Returns the user roles. from TokenInterface mixed getCredentials() Returns the user credentials. from TokenInterf

ValidatorInterface

interface ValidatorInterface implements MetadataFactoryInterface Validates PHP values against constraints. Methods MetadataInterface getMetadataFor(mixed $value) Returns the metadata for the given value. from MetadataFactoryInterface bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. from MetadataFactoryInterface ConstraintViolationListInterface validate(mixed $value, Constraint|Constraint[] $constraints = null, array|null

Component\Intl\Globals

Classes IntlGlobals Provides fake static versions of the global functions in the intl extension

DayOfWeekTransformer::format()

string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. Parameters DateTime $dateTime A DateTime object to be used to generate the formatted value int $length The formatted value string length Return Value string The formatted value

Section::getEvent()

StopwatchEvent getEvent(string $name) Returns a specific event by name. Parameters string $name The event name Return Value StopwatchEvent The event Exceptions LogicException When the event is not known

FinishRequestEvent

class FinishRequestEvent extends KernelEvent Triggered whenever a request is fully processed. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event from Event EventDispatcherInterface getDispatcher() deprecated Return

Component\Config\Definition\Dumper

Classes XmlReferenceDumper Dumps a XML reference configuration for the given configuration/node instance. YamlReferenceDumper Dumps a Yaml reference configuration for the given configuration/node instance.

ProxyCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory