cleverage/cache-process-bundle

Dedicated bundle for Cache dependencies for the Process Bundle

dev-v3.0-dev 2019-04-25 09:02 UTC

This package is auto-updated.

Last update: 2024-04-25 21:22:28 UTC


README

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