FormPerformanceTestCase::getMaxRunningTime()

int getMaxRunningTime() Return Value int

FormPerformanceTestCase

class FormPerformanceTestCase extends FormIntegrationTestCase Base class for performance tests. Copied from Doctrine 2's OrmPerformanceTestCase. Methods setMaxRunningTime(int $maxRunningTime) int getMaxRunningTime() Details setMaxRunningTime(int $maxRunningTime) Parameters int $maxRunningTime Exceptions InvalidArgumentException int getMaxRunningTime() Return Value int

FormPass

class FormPass implements CompilerPassInterface Adds all services with the tags "form.type" and "form.type_guesser" as arguments of the "form.extension" service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

FormLoginLdapFactory::getKey()

getKey()

FormLoginLdapFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

FormLoginLdapFactory

class FormLoginLdapFactory extends FormLoginFactory FormLoginLdapFactory creates services for form login ldap authentication. Methods array create(ContainerBuilder $container, string $id, array $config, $userProviderId, $defaultEntryPointId) Configures the container services required to use the authentication listener. from AbstractFactory addConfiguration(NodeDefinition $node) addOption($name, $default = null) from AbstractFactory __construct() from FormLoginFactory st

FormLoginFactory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

FormLoginFactory::getKey()

getKey()

FormLoginFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

FormLoginFactory

class FormLoginFactory extends AbstractFactory FormLoginFactory creates services for form login authentication. Methods create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) from AbstractFactory addConfiguration(NodeDefinition $node) addOption($name, $default = null) from AbstractFactory __construct() string getPosition() Defines the position at which the provider is called. getKey() Details c