• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/sender/mail/consentbuildermail.php
  • Класс: Bitrix\Sender\Integration\Sender\Mail\ConsentBuilderMail
  • Вызов: ConsentBuilderMail::filterFields
static function filterFields(array $fieldForConsent): array
{
	return array_filter($fieldForConsent, static::getFilter(), ARRAY_FILTER_USE_BOTH);
}