Question::getAutocompleterValues()

null|array|Traversable getAutocompleterValues() Gets values for the autocompleter. Return Value null|array|Traversable

ResponseListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

Regex::replaceJokers()

Regex replaceJokers(array $replacement) Parameters array $replacement Return Value Regex

ContainerBuilder::addDefinitions()

addDefinitions(array $definitions) Adds the service definitions. Parameters array $definitions An array of service definitions

ResponseListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Parameters FilterResponseEvent $event

LocaleListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event

ConstraintViolationList::addAll()

addAll(ConstraintViolationListInterface $otherList) Merges an existing violation list into this list. Parameters ConstraintViolationListInterface $otherList The list to merge

Constraint::validatedBy()

string validatedBy() Returns the name of the class that validates this constraint. By default, this is the fully qualified name of the constraint class suffixed with "Validator". You can override this method to change that behaviour. Return Value string

TraceableEventDispatcher::addSubscriber()

addSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber. The subscriber is asked for all the events he is interested in and added as a listener for these events. Parameters EventSubscriberInterface $subscriber The subscriber.

Definition::getProperties()

getProperties()