MessageCatalogueInterface::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

RenderTokenParser deprecated

class RenderTokenParser extends Twig_TokenParser deprecated since version 2.2, to be removed in 3.0. Token Parser for the render tag. Methods Twig_Node parse(Twig_Token $token) Parses a token and returns a node. string getTag() Gets the tag name associated with this token parser. Details 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 \

PdoSessionHandler::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

StoreInterface::lookup()

Response|null lookup(Request $request) Locates a cached Response for the Request provided. Parameters Request $request A Request instance Return Value Response|null A Response instance, or null if no cache entry was found

FormConfigInterface::getOptions()

array getOptions() Returns all options passed during the construction of the form. Return Value array The passed options

FormConfigBuilder::getFormFactory()

FormFactoryInterface getFormFactory() Returns the form factory used for creating new forms. Return Value FormFactoryInterface The form factory

BaseType

class BaseType extends AbstractType Encapsulates common logic of {@link FormType} and {@link ButtonType}. This type does not appear in the form's type inheritance chain and as such cannot be extended (via {@link \Symfony\Component\Form\FormExtensionInterface}) nor themed. Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. finishView(FormView $view, FormInterface $

EntryManagerInterface::update()

update(Entry $entry) Updates an entry from the Ldap server. Parameters Entry $entry

Crawler::getUri()

string getUri() Returns the current URI. Return Value string

FunctionNode::getName()

string getName() Return Value string