Scope deprecated

class Scope implements ScopeInterface deprecated since version 2.8, to be removed in 3.0. Scope class. Methods __construct($name, $parentName = ContainerInterface::SCOPE_CONTAINER) getName() getParentName() Details __construct($name, $parentName = ContainerInterface::SCOPE_CONTAINER) Parameters $name $parentName getName() getParentName()

ResolvedFormType::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes a form view for the type hierarchy. This method is called after the children of the view have been built. Parameters FormView $view The form view to configure FormInterface $form The form corresponding to the view array $options The options used for the configuration

TemplateLocator

class TemplateLocator implements FileLocatorInterface TemplateLocator locates templates in bundles. Methods __construct(FileLocatorInterface $locator, string $cacheDir = null) Constructor. string|array locate(TemplateReferenceInterface $template, string|null $currentPath = null, bool $first = true) Returns a full path for a given file. Details __construct(FileLocatorInterface $locator, string $cacheDir = null) Constructor. Parameters Fi

FormType::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the form view. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. A view of a form is built before the views of the child forms are built. This means that you cannot access child views in this method. If you need to do so, move your logic to {@link finishView()} instead. Parameters FormView $view The view FormInterface $form The form

OutputStyle::isVerbose()

bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool true if verbosity is set to VERBOSITY_VERBOSE, false otherwise

ExecutionContext deprecated::getMetadata()

MetadataInterface|null getMetadata() Returns the metadata for the currently validated value. With the core implementation, this method returns a {@link Mapping\ClassMetadata} instance if the current value is an object, a {@link Mapping\PropertyMetadata} instance if the current value is the value of a property and a {@link Mapping\GetterMetadata} instance if the validated value is the result of a getter method. If the validated value is neither of these, for example if the valida

Process::getStopSignal()

int getStopSignal() Returns the number of the signal that caused the child process to stop its execution. It is only meaningful if hasBeenStopped() returns true. Return Value int Exceptions LogicException In case the process is not terminated

TransDefaultDomainTokenParser::parse()

Twig_Node parse(Twig_Token $token) Parses a token and returns a node. Parameters Twig_Token $token A Twig_Token instance Return Value Twig_Node A Twig_Node instance

MutableAclInterface::insertObjectFieldAce()

insertObjectFieldAce(string $field, SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts an object-field-based ACE Parameters string $field SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

ExecutionContext deprecated::getMetadataFactory()

MetadataFactoryInterface getMetadataFactory() Returns the used metadata factory. Return Value MetadataFactoryInterface The metadata factory.