...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/controller/form.php
- Класс: Bitrix\Crm\Controller\Form
- Вызов: Form::getCaptchaAction
public function getCaptchaAction(): array { if (!$this->checkFormAccess()) { return []; } return [ 'key' => WebForm\ReCaptcha::getKey(2), 'secret' => WebForm\ReCaptcha::getSecret(2), 'canChange' => $this->getFormAccess(true), 'hasDefaults' => WebForm\ReCaptcha::getDefaultKey(2) && WebForm\ReCaptcha::getDefaultSecret(2), ]; }