public function Drupal7Backend::field_purge_batch in Configuration Management 7.3
Overrides BackendInterface::field_purge_batch
File
- src/
Backends/ Drupal7Backend.php, line 71
Class
Namespace
Configuration\BackendsCode
public function field_purge_batch($count) {
return field_purge_batch($count);
}