You are here

public function RemoteCalls::action__sfw_send_logs in Anti Spam by CleanTalk 9.1.x

Same name and namespace in other branches
  1. 8.4 src/lib/Cleantalk/ApbctDrupal/RemoteCalls.php \Cleantalk\ApbctDrupal\RemoteCalls::action__sfw_send_logs()

SFW send logs

Return value

string

File

src/lib/Cleantalk/ApbctDrupal/RemoteCalls.php, line 21

Class

RemoteCalls

Namespace

Cleantalk\ApbctDrupal

Code

public function action__sfw_send_logs() {
  return \Drupal\cleantalk\CleantalkFuncs::apbct_sfw_send_logs($this->api_key);
}