ContainerBuilder::removeDefinition()

removeDefinition(string $id) Removes a service definition. Parameters string $id The service identifier

FormConfigBuilderInterface::setAutoInitialize()

FormConfigBuilderInterface setAutoInitialize(bool $initialize) Sets whether the form should be initialized automatically. Should be set to true only for root forms. Parameters bool $initialize True to initialize the form automatically, false to suppress automatic initialization. In the second case, you need to call {@link FormInterface::initialize()} manually. Return Value FormConfigBuilderInterface The configuration object

Definition::setPublic()

Definition setPublic(bool $boolean) Sets the visibility of this service. Parameters bool $boolean Return Value Definition The current instance

PhpEngine::extend()

extend(string $template) Decorates the current template with another one. Parameters string $template The decorator logical name

WebProfilerExtension::getFunctions()

getFunctions() {@inheritdoc}

PropertyAccessorBuilder::disableMagicCall()

PropertyAccessorBuilder disableMagicCall() Disables the use of "__call" by the PropertyAccessor. Return Value PropertyAccessorBuilder The builder object

Data::getRawData()

array getRawData() Return Value array The raw data structure

ObjectIdentityInterface::getType()

string getType() Returns a type for the domain object. Typically, this is the PHP class name. Return Value string cannot return null

ConstraintViolationBuilderInterface

interface ConstraintViolationBuilderInterface Builds {@link \Symfony\Component\Validator\ConstraintViolationInterface} objects. Use the various methods on this interface to configure the built violation. Finally, call {@link addViolation()} to add the violation to the current execution context. Methods ConstraintViolationBuilderInterface atPath(string $path) Stores the property path at which the violation should be generated. ConstraintViolationBuilderInterface setParameter(string $

Ldap::getEntryManager()

EntryManagerInterface getEntryManager() Return Value EntryManagerInterface