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.

Form::getMethod()

string getMethod() Gets the form method. If no method is defined in the form, GET is returned. Return Value string The method

DateComparator

class DateComparator extends Comparator DateCompare compiles date comparisons. Methods string getTarget() Gets the target value. from Comparator setTarget(string $target) Sets the target value. from Comparator string getOperator() Gets the comparison operator. from Comparator setOperator(string $operator) Sets the comparison operator. from Comparator bool test(mixed $test) Tests against the target. from Comparator __construct(string $test) Constructor. Details

Definition::getProperties()

getProperties()

Process::isPtySupported()

static bool isPtySupported() Returns whether PTY is supported on the current operating system. Return Value bool

ImmutableEventDispatcher::getListeners()

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners sorted by descending priority. Parameters string $eventName The name of the event Return Value array The event listeners for the specified event, or all event listeners by event name

ContainerBuilder::addResource()

ContainerBuilder addResource(ResourceInterface $resource) Adds a resource for this configuration. Parameters ResourceInterface $resource A resource instance Return Value ContainerBuilder The current instance

ContainerBuilder::getDefinition()

Definition getDefinition(string $id) Gets a service definition. Parameters string $id The service identifier Return Value Definition A Definition instance Exceptions ServiceNotFoundException if the service definition does not exist

AdapterInterface deprecated::setExclude()

AdapterInterface setExclude(array $exclude) Parameters array $exclude Return Value AdapterInterface Current instance