# `interface`  ServiceProvider

**Fully Qualified**: [`\Frontastic\Common\MvcBundle\ParamConverter\ServiceProvider`](../../../../src/php/MvcBundle/ParamConverter/ServiceProvider.php)

## Methods

* [getFormFactory()](#getformfactory)
* [getTokenStorage()](#gettokenstorage)
* [getAuthorizationChecker()](#getauthorizationchecker)

### getFormFactory()

```php
public function getFormFactory(): \Symfony\Component\Form\FormFactoryInterface
```

Return Value: `\Symfony\Component\Form\FormFactoryInterface`

### getTokenStorage()

```php
public function getTokenStorage(): \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
```

Return Value: `\Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface`

### getAuthorizationChecker()

```php
public function getAuthorizationChecker(): \Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
```

Return Value: `\Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
