Loading src/Plugin/search_api/backend/Recombee.php +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class Recombee extends BackendPluginBase implements PluginFormInterface { // Initialize API client. $this->client = new Client($account, $token, [ 'protocol' => 'https' 'protocol' => 'https', 'serviceName' => 'drupal-search-api-recombee', 'region' => $region, ]); Loading Loading @@ -126,7 +126,7 @@ class Recombee extends BackendPluginBase implements PluginFormInterface { try { // Call API to get list of the database properties. $this->send(new ListItemProperties(), $account, $token, $region; $this->send(new ListItemProperties(), $account, $token, $region); } catch (\Exception $e) { $form_state->setErrorByName('token', $e->getMessage()); Loading Loading
src/Plugin/search_api/backend/Recombee.php +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class Recombee extends BackendPluginBase implements PluginFormInterface { // Initialize API client. $this->client = new Client($account, $token, [ 'protocol' => 'https' 'protocol' => 'https', 'serviceName' => 'drupal-search-api-recombee', 'region' => $region, ]); Loading Loading @@ -126,7 +126,7 @@ class Recombee extends BackendPluginBase implements PluginFormInterface { try { // Call API to get list of the database properties. $this->send(new ListItemProperties(), $account, $token, $region; $this->send(new ListItemProperties(), $account, $token, $region); } catch (\Exception $e) { $form_state->setErrorByName('token', $e->getMessage()); Loading