Dumper::setIndentation()

setIndentation(int $num) Sets the indentation. Parameters int $num The amount of spaces to use for indentation of nested nodes

MergeExtensionConfigurationPass

class MergeExtensionConfigurationPass extends MergeExtensionConfigurationPass Ensures certain extensions are always loaded. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. __construct(array $extensions) Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

MessageCatalogue::add()

add(array $messages, string $domain = 'messages') Adds translations for a given domain. Parameters array $messages An array of translations string $domain The domain name

Component\Form\Extension\Validator\ViolationMapper

Classes MappingRule RelativePath ViolationMapper ViolationPath ViolationPathIterator Interfaces ViolationMapperInterface

MockFileSessionStorage::save()

save() Force the session to be saved and closed. This method must invoke sessionwriteclose() unless this interface is used for a storage object design for unit or functional testing where a real PHP session would interfere with testing, in which case it should actually persist the session data if required. Exceptions RuntimeException If the session is saved without being started, or if the session is already closed.

History::current()

Request current() Returns the current element in the history. Return Value Request A Request instance Exceptions LogicException if the stack is empty

ConstraintViolationListInterface::remove()

remove(int $offset) Removes a violation at a given offset. Parameters int $offset The offset to remove

Table::getStyleDefinition()

static TableStyle getStyleDefinition(string $name) Gets a style definition by name. Parameters string $name The style name Return Value TableStyle A TableStyle instance

AttributeBag::remove()

mixed remove(string $name) Removes an attribute. Parameters string $name Return Value mixed The removed value or null when it does not exist

FormConfigInterface::getPropertyPath()

null|PropertyPathInterface getPropertyPath() Returns the property path that the form should be mapped to. Return Value null|PropertyPathInterface The property path