PseudoClassExtension::translateEmpty()

XPathExpr translateEmpty(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr

AdapterInterface deprecated::setSort()

AdapterInterface setSort(Closure|int $sort) Parameters Closure|int $sort Return Value AdapterInterface Current instance

Component\DependencyInjection\Compiler

Classes AnalyzeServiceReferencesPass Run this pass before passes that need to know more about the relation of your services. CheckCircularReferencesPass Checks your services for circular references CheckDefinitionValidityPass This pass validates each definition individually only taking the information into account which is contained in the definition itself. CheckExceptionOnInvalidReferenceBehaviorPass Checks that all references are pointing to a valid service. CheckReferenceVa

EventDispatcher::getListenerPriority()

int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority for a specific event. Returns null if the event or the listener does not exist. Parameters string $eventName The name of the event callable $listener The listener Return Value int|null The event listener priority

AnalyzeServiceReferencesPass::process()

process(ContainerBuilder $container) Processes a ContainerBuilder object to populate the service reference graph. Parameters ContainerBuilder $container

AnnotationClassLoader

class AnnotationClassLoader implements LoaderInterface AnnotationClassLoader loads routing information from a PHP class and its methods. You need to define an implementation for the getRouteDefaults() method. Most of the time, this method should define some PHP callable to be called for the route (a controller in MVC speak). The @Route annotation can be set on the class (for global parameters), and on each method. The @Route annotation main value is the route path. The annotation also recogn

Application::setTerminalDimensions()

Application setTerminalDimensions(int $width, int $height) Sets terminal dimensions. Can be useful to force terminal dimensions for functional tests. Parameters int $width The width int $height The height Return Value Application The current application

ApplicationDescription::getCommand()

Command getCommand(string $name) Parameters string $name Return Value Command Exceptions CommandNotFoundException

FormHelper::label()

string label(FormView $view, string $label = null, array $variables = array()) Renders the label of the given view. Parameters FormView $view The view for which to render the label string $label The label array $variables Additional variables passed to the template Return Value string The HTML markup

CachePoolPass

class CachePoolPass implements CompilerPassInterface Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. static getServiceProvider(ContainerBuilder $container, $name) Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container static getServiceProvider(Contai