Output::isQuiet()

bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool true if verbosity is set to VERBOSITY_QUIET, false otherwise

NotFoundHttpException

class NotFoundHttpException extends HttpException NotFoundHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $code

StringUtil deprecated

class StringUtil deprecated Deprecated since version 3.1, to be removed in 4.0. Use {@see Symfony\Component\Inflector\Inflector} instead. Creates singulars from plurals. Methods static string|array singularify(string $plural) deprecated Returns the singular form of a word. Details static string|array singularify(string $plural) deprecated deprecated Deprecated since version 3.1, to be removed in 4.0. Use {@see Symfony\Component\Inflector\Inf

TraceableUrlMatcher

class TraceableUrlMatcher extends UrlMatcher TraceableUrlMatcher helps debug path info matching by tracing the match. Constants REQUIREMENT_MATCH REQUIREMENT_MISMATCH ROUTE_MATCH ROUTE_DOES_NOT_MATCH ROUTE_ALMOST_MATCHES ROUTE_MATCHES Methods __construct(RouteCollection $routes, RequestContext $context) Constructor. from UrlMatcher setContext(RequestContext $context) Sets the request context. from UrlMatcher RequestContext getContext() Gets the request c

SelectorNode::getTree()

NodeInterface getTree() Return Value NodeInterface

TwigEnvironmentPass

class TwigEnvironmentPass implements CompilerPassInterface Adds tagged twig.extension services to twig service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

Component\Console\Tester

Classes ApplicationTester Eases the testing of console applications. CommandTester Eases the testing of console commands.

SymfonyStyle::error()

error(string|array $message) Formats an error result bar. Parameters string|array $message

AlreadyBoundException deprecated

class AlreadyBoundException extends LogicException deprecated since version 2.3, to be removed in 3.0. Use {@link AlreadySubmittedException} instead. Alias of {@link AlreadySubmittedException}. Methods __construct($message = '', $code, Exception $previous = null) Details __construct($message = '', $code, Exception $previous = null) Parameters $message $code Exception $previous

SessionListener

class SessionListener extends SessionListener Sets the session in the request. Methods onKernelRequest(GetResponseEvent $event) from SessionListener static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. from SessionListener __construct(ContainerInterface $container) Details onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event static arra