2017 © Pedro Peláez
 

contao-module contao-cleaner-bundle

This bundle adds cleaner functionality for periodically removing arbitrary entities and/or files fulfilling a certain condition in Contao (using TL_CRON or your server's cron).

image

heimrichhannot/contao-cleaner-bundle

This bundle adds cleaner functionality for periodically removing arbitrary entities and/or files fulfilling a certain condition in Contao (using TL_CRON or your server's cron).

  • Friday, June 29, 2018
  • by digitales@heimrich-hannot.de
  • Repository
  • 6 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 425 % Grown

The README.md

, (*1)

Cleaner Bundle

This bundle adds cleaner functionality for periodically removing arbitrary entities and/or files fulfilling a certain condition (using poor man's cron or your server's cron)., (*2)

alt Archive, (*3)

Cleaner configuration, (*4)

Install

  1. Install via composer (composer require heimrichhannot/contao-cleaner-bundle) or contao manager
  2. Update your database

Events

Event Class Description
huh.cleaner.event.before_clean BeforeCleanEvent Run before the entity is cleaned. Use setSkipped() to skip the cleaning of the passed in entity.
huh.cleaner.event.after_clean AfterCleanEvent Run after the entity is cleaned.

The Versions