OptionsResolver::getDefinedOptions()

string[] getDefinedOptions() Returns the names of all defined options. Return Value string[] The names of the defined options See also isDefined()

ServiceReferenceGraph::getNodes()

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

FormInterface::createView()

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

Component\Console\Question

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

InlineServiceDefinitionsPass::process()

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

XmlDescriptor

class XmlDescriptor extends Descriptor Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

RemoveUnusedDefinitionsPass::process()

process(ContainerBuilder $container) Processes the ContainerBuilder to remove unused definitions. Parameters ContainerBuilder $container

ChoiceFormField::containsOption()

bool containsOption(string $optionValue, array $options) Checks whether given value is in the existing options. Parameters string $optionValue array $options Return Value bool

AclInterface::getClassAces()

array getClassAces() Returns all class-based ACEs associated with this ACL Return Value array

RepeatedTypeValidatorExtension::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options.