matcher = $matcher; $this->keyValue = $key_value; } /** * {@inheritdoc} */ public static function create(ContainerInterface $container) { return new static( $container->get('materio_commerce.autocomplete_matcher'), $container->get('keyvalue')->get('entity_autocomplete') ); } }