protected property ImmutableInvalidationBase::$statesAfterProcessing in Purge 8.3
Valid post-processing states.
When a purger is done processing, it can't leave objects as FRESH. This list is basically a whitelist that's checked after processing.
Type: int[]
File
- src/
Plugin/ Purge/ Invalidation/ ImmutableInvalidationBase.php, line 66
Class
- ImmutableInvalidationBase
- Provides base implementations the immutable invalidation object.
Namespace
Drupal\purge\Plugin\Purge\InvalidationCode
protected $statesAfterProcessing = [
self::NOT_SUPPORTED,
self::PROCESSING,
self::SUCCEEDED,
self::FAILED,
];