public function PartnerFactory::__construct in Lockr 8.2
Construct a new partner factory.
Parameters
\Drupal\Core\State\StateInterface:
File
- src/
PartnerFactory.php, line 24
Class
- PartnerFactory
- Creates partner objects for Lockr clients as well as information about the currently detected partner.
Namespace
Drupal\lockrCode
public function __construct(StateInterface $state) {
$this->state = $state;
}