CachePoolPass::process()

process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

ClassCacheCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

Traverse::getTargets()

string|array getTargets() Returns whether the constraint can be put onto classes, properties or both. This method should return one or more of the constants Constraint::CLASSCONSTRAINT and Constraint::PROPERTYCONSTRAINT. Return Value string|array One or more constant values

Application::getTerminalDimensions()

array getTerminalDimensions() Tries to figure out the terminal dimensions based on the current environment. Return Value array Array containing width and height

CssSelector deprecated

class CssSelector deprecated as of 2.8, will be removed in 3.0. Use the \Symfony\Component\CssSelector\CssSelectorConverter class instead. CssSelector is the main entry point of the component and can convert CSS selectors to XPath expressions. $xpath = CssSelector::toXpath('h1.foo'); This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Copyright (c) 2007-2012 Ian Bicking and contributors. See AUTHORS for mo

ClassMetadataFactory::hasMetadataFor()

bool hasMetadataFor(mixed $value) Checks if class has metadata. Parameters mixed $value Return Value bool

ContainerAwareLoader

class ContainerAwareLoader extends Loader Doctrine data fixtures loader that injects the service container into fixture objects that implement ContainerAwareInterface. Note: Use of this class requires the Doctrine data fixtures extension, which is a suggested dependency for Symfony. Methods __construct(ContainerInterface $container) Constructor. addFixture(FixtureInterface $fixture) {@inheritdoc} Details __construct(ContainerInterface $container)

Regex

class Regex extends Constraint 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. REGEX_FAILED_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $pattern $htmlP

Component\Intl\Data\Bundle\Writer

Classes JsonBundleWriter Writes .json resource bundles. PhpBundleWriter Writes .php resource bundles. TextBundleWriter Writes .txt resource bundles. Interfaces BundleWriterInterface Writes resource bundle files.

FunctionNode::evaluate()

evaluate($functions, $values) Parameters $functions $values