Translator::getFallbackLocales()

array getFallbackLocales() Gets the fallback locales. Return Value array $locales The fallback locales

ContainerBuilder

class ContainerBuilder extends Container implements TaggedContainerInterface ContainerBuilder is a DI container that provides an API to easily describe services. Methods __construct(ParameterBagInterface $parameterBag = null) from Container compile() Compiles the container. bool isFrozen() Returns true if the container parameter bag are frozen. from Container ParameterBagInterface getParameterBag() Gets the service container parameter bag. from Container mixed getParame

ClassCacheCacheWarmer::warmUp()

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

AttributeBagInterface::has()

bool has(string $name) Checks if an attribute is defined. Parameters string $name The attribute name Return Value bool true if the attribute is defined, false otherwise

EventDataCollector::setCalledListeners()

setCalledListeners(array $listeners) Sets the called listeners. Parameters array $listeners An array of called listeners See also TraceableEventDispatcherInterface

MemcachedSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Question::setValidator()

Question setValidator(callable $validator = null) Sets a validator for the question. Parameters callable $validator Return Value Question The current instance

RouteCollectionBuilder::setHost()

$this setHost(string $pattern) Sets the host on all embedded routes (unless already set). Parameters string $pattern Return Value $this

Collection::offsetSet()

offsetSet($offset, $value) Parameters $offset $value

ExpressionFunction::getEvaluator()

getEvaluator()