You are here

public function Drupal7Backend::field_purge_batch in Configuration Management 7.3

Overrides BackendInterface::field_purge_batch

File

src/Backends/Drupal7Backend.php, line 71

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function field_purge_batch($count) {
  return field_purge_batch($count);
}