DoctrineOrmExtension

class DoctrineOrmExtension extends AbstractExtension Methods FormTypeInterface getType(string $name) Returns a type by name. from AbstractExtension bool hasType(string $name) Returns whether the given type is supported. from AbstractExtension FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. from AbstractExtension bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type.

FormBuilder::count()

count() {@inheritdoc}

Application::doRun()

int doRun(InputInterface $input, OutputInterface $output) Runs the current application. Parameters InputInterface $input An Input instance OutputInterface $output An Output instance Return Value int 0 if everything went fine, or an error code

CheckboxListMapper

class CheckboxListMapper implements DataMapperInterface Maps choices to/from checkbox forms. A {@link ChoiceListInterface} implementation is used to find the corresponding string values for the choices. Each checkbox form whose "value" option corresponds to any of the selected values is marked as selected. Methods mapDataToForms($choices, $checkboxes) Maps properties of some data to a list of forms. mapFormsToData($checkboxes, $choices) Maps the data of a list of forms into the prop

History::back()

Request back() Goes back in the history. Return Value Request A Request instance Exceptions LogicException if the stack is already on the first page

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for the Form component.

ChainAdapter::getItem()

getItem($key) {@inheritdoc} Parameters $key

DebugFormatterHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

Process::setWorkingDirectory()

Process setWorkingDirectory(string $cwd) Sets the current working directory. Parameters string $cwd The new working directory Return Value Process The current Process instance

NodeDefinition::beforeNormalization()

ExprBuilder beforeNormalization() Sets an expression to run before the normalization. Return Value ExprBuilder