cleverage / cache-process-bundle

Dedicated bundle for cache dependencies for the process bundle v3

Repository from Github https://github.comcleverage/cache-process-bundleRepository from Github https://github.comcleverage/cache-process-bundle

CleverAge/CacheProcessBundle

See process bundle documentation

Help needed

This bundle is a mess, it doesn't require the proper dependencies, it uses missing methods (transformValue), there is a general lack of comments and annotations and it needs to be properly migrated to PHP7.1+.

Also we need to check if tests are ok.

Documentation

Contains tasks and transformers to handle cache.

Activation

Activated if cache pool cleverage_process is defined.

Task reference

  • Service: CleverAge\ProcessBundle\Transformer\ArrayFilterTransformer
  • Transformer code: array_filter

Accepted inputs

array or \Iterable

Possible outputs

array containing only filtered data

Options

Code Type Required Default Description
condition array [] See ConditionTrait

About

Dedicated bundle for cache dependencies for the process bundle v3

License:MIT License


Languages

Language:PHP 100.0%