function CacheableEmbeddedDataSource::count

Same name in other branches
  1. 9 core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php \Drupal\migrate_cache_counts_test\Plugin\migrate\source\CacheableEmbeddedDataSource::count()
  2. 11.x core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php \Drupal\migrate_cache_counts_test\Plugin\migrate\source\CacheableEmbeddedDataSource::count()

Overrides EmbeddedDataSource::count

File

core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php, line 21

Class

CacheableEmbeddedDataSource
A copy of embedded_data which allows caching the count.

Namespace

Drupal\migrate_cache_counts_test\Plugin\migrate\source

Code

public function count($refresh = FALSE) {
    return SourcePluginBase::count($refresh);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.