abstract class Descriptor implements DescriptorInterface

Properties

protected OutputStyle $output
protected $type
protected $ownOptions
protected $overriddenOptions
protected $parentOptions
protected $extensionOptions
protected $requiredOptions
protected $parents
protected $extensions

Methods

describe(OutputInterface $output, object $object, array $options = array())

Describes an object if supported.

describeDefaults(array $options)

No description

describeResolvedFormType(ResolvedFormTypeInterface $resolvedFormType, array $options = array())

No description

describeOption(OptionsResolver $optionsResolver, array $options)

No description

getOptionDefinition(OptionsResolver $optionsResolver, $option)

No description

Details

describe(OutputInterface $output, object $object, array $options = array())

Describes an object if supported.

Parameters

OutputInterface $output
object $object
array $options

abstract protected describeDefaults(array $options)

Parameters

array $options

abstract protected describeResolvedFormType(ResolvedFormTypeInterface $resolvedFormType, array $options = array())

Parameters

ResolvedFormTypeInterface $resolvedFormType
array $options

abstract protected describeOption(OptionsResolver $optionsResolver, array $options)

Parameters

OptionsResolver $optionsResolver
array $options

protected collectOptions(ResolvedFormTypeInterface $type)

Parameters

ResolvedFormTypeInterface $type

protected getOptionDefinition(OptionsResolver $optionsResolver, $option)

Parameters

OptionsResolver $optionsResolver
$option

protected filterOptionsByDeprecated(ResolvedFormTypeInterface $type)

Parameters

ResolvedFormTypeInterface $type