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

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

PropelUserProvider::supportsClass()

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

RouteCollectionBuilder

class RouteCollectionBuilder Helps add and import routes into a RouteCollection. Methods __construct(LoaderInterface $loader = null) RouteCollectionBuilder import(mixed $resource, string|null $prefix = '/', string $type = null) Import an external routing resource and returns the RouteCollectionBuilder. Route add(string $path, string $controller, string|null $name = null) Adds a route and returns it for future modification. RouteCollectionBuilder createBuilder() Returns a

ConfigDumpReferenceCommand

class ConfigDumpReferenceCommand extends AbstractConfigCommand A console command for dumping available configuration reference. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the

SecurityFactoryInterface::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

TokenizerPatterns

class TokenizerPatterns CSS selector tokenizer patterns builder. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct() Constructor. string getNewLineEscapePattern() string getSimpleEscapePattern() string getUnicodeEscapePattern() string getIdentifierPattern() string getHashPattern() string getNumberPattern() string getQuotedStringPattern(string $

StopwatchEvent::getCategory()

string getCategory() Gets the category. Return Value string The category

UniqueEntity

class UniqueEntity extends Constraint Constraint for the Unique Entity validator. Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_UNIQUE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to

ProcessBuilder::create()

static ProcessBuilder create(array $arguments = array()) Creates a process builder instance. Parameters array $arguments An array of arguments Return Value ProcessBuilder