X509Factory

class X509Factory implements SecurityFactoryInterface X509Factory creates services for X509 certificate authentication. Methods create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) string getPosition() Defines the position at which the provider is called. getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

GreaterThan

class GreaterThan extends AbstractComparison Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. TOO_LOW_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $value fr

StoreInterface::write()

string write(Request $request, Response $response) Writes a cache entry to the store for the given Request and Response. Existing entries are read and any that match the response are removed. This method calls write with the new list of cache entries. Parameters Request $request A Request instance Response $response A Response instance Return Value string The key under which the response is stored

ChoiceQuestion::getPrompt()

string getPrompt() Gets the prompt for choices. Return Value string

AbstractPipes

class AbstractPipes implements PipesInterface Properties array $pipes Methods __construct($input) close() Closes file handles and pipes. Details __construct($input) Parameters $input close() Closes file handles and pipes.

Button::createView()

FormView createView(FormView $parent = null) Creates a view. Parameters FormView $parent The parent view Return Value FormView The view

Form::getErrors()

FormErrorIterator getErrors(bool $deep = false, bool $flatten = true) Returns the errors of this form. Parameters bool $deep Whether to include errors of child forms as well bool $flatten Whether to flatten the list of errors in case $deep is set to true Return Value FormErrorIterator An iterator over the {@link FormError} instances that where added to this form

FormBuilder::count()

count() {@inheritdoc}

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

RepeatedPass::getPasses()

RepeatablePassInterface[] getPasses() Returns the passes. Return Value RepeatablePassInterface[] An array of RepeatablePassInterface objects