InlineServiceDefinitionsPass::process()

process(ContainerBuilder $container) Processes the ContainerBuilder for inline service definitions. Parameters ContainerBuilder $container

Component\Console\Question

Classes ChoiceQuestion Represents a choice question. ConfirmationQuestion Represents a yes/no question. Question Represents a Question.

FormInterface::createView()

FormView createView(FormView $parent = null) Creates a view. Parameters FormView $parent The parent view Return Value FormView The view

ServiceReferenceGraph::getNodes()

ServiceReferenceGraphNode[] getNodes() Returns all nodes. Return Value ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects

PersistentTokenInterface::getClass()

string getClass() Returns the class of the user. Return Value string

PersistentTokenInterface::getSeries()

string getSeries() Returns the series. Return Value string

Router::setOptions()

setOptions(array $options) Sets options. Available options: cache_dir: The cache directory (or null to disable caching) debug: Whether to enable debugging or not (false by default) generator_class: The name of a UrlGeneratorInterface implementation generatorbaseclass: The base class for the dumped generator class generatorcacheclass: The class name for the dumped generator class generatordumperclass: The name of a GeneratorDumperInterface implementation matcher_class: The name of a U

PropelLogger::err()

err($message) {@inheritdoc} Parameters $message

ResolveParameterPlaceHoldersPass

class ResolveParameterPlaceHoldersPass implements CompilerPassInterface Resolves all parameter placeholders "%somevalue%" to their real values. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Details process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Parameters ContainerBuilder $container Exceptions ParameterNotFoundException

DenormalizerAwareTrait

trait DenormalizerAwareTrait DenormalizerAware trait. Methods setDenormalizer(DenormalizerInterface $denormalizer) Sets the Denormalizer. Details setDenormalizer(DenormalizerInterface $denormalizer) Sets the Denormalizer. Parameters DenormalizerInterface $denormalizer A DenormalizerInterface instance