PHP Classes

File: src/Resources/config/services.yml

Recommend this page to a friend!
  Classes of stefan   contao PHP Spambot Detection   src/Resources/config/services.yml   Download  
File: src/Resources/config/services.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: contao PHP Spambot Detection
Detect and block spam bots from accessing sites
Author: By
Last change:
Date: 1 year ago
Size: 599 bytes
 

Contents

Class file image Download
services: syncgw\SpamBotBundle\Module\SpamBotCron: tags: - { name: contao.cronjob, interval: daily, method: clearCache } - { name: contao.cronjob, interval: hourly, method: loadData } arguments: - '@doctrine.dbal.default_connection' _instanceof: Contao\CoreBundle\Framework\FrameworkAwareInterface: calls: - ["setFramework", ["@contao.framework"]] Symfony\Component\DependencyInjection\ContainerAwareInterface: calls: - ["setContainer", ["@service_container"]]