canCreateServiceWithName()
createServiceWithName()
getConfig()
getFormFactory()
marshalInputFilter()
$config
$configKey
$factory
canCreateServiceWithName(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, string $name, string $requestedName) : bool
\Zend\ServiceManager\ServiceLocatorInterface
string
Service name (as resolved by ServiceManager)
string
Name by which service was requested
bool
createServiceWithName(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, string $name, string $requestedName) : \Zend\Form\Form
\Zend\ServiceManager\ServiceLocatorInterface
string
Service name (as resolved by ServiceManager)
string
Name by which service was requested
getConfig(\Zend\ServiceManager\ServiceLocatorInterface $services) : array
getFormFactory(\Zend\ServiceManager\ServiceLocatorInterface $services) : \Zend\Form\Factory
marshalInputFilter(array $config, \Zend\ServiceManager\ServiceLocatorInterface $services, \Zend\Form\Factory $formFactory)
If an input filter is specified: - if the InputFilterManager is present, checks if it's there; if so, retrieves it and resets the specification to the instance. - otherwise, pulls the input filter factory from the form factory, and attaches the FilterManager and ValidatorManager to it.
array
\Zend\Form\Factory
$config : array
$configKey : string