cache.migrate

Same name in other branches
  1. 9 core/modules/migrate/migrate.services.yml \cache.migrate
  2. 10 core/modules/migrate/migrate.services.yml \cache.migrate
  3. 11.x core/modules/migrate/migrate.services.yml \cache.migrate

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • cache.bin
3 string references to cache.migrate
MigrateSourceTest::getSource in core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
Gets the source plugin to test.
MigrateSourceTest::testCount in core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
Test that the source count is correct.
MigrateSourceTest::testCountCacheKey in core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
Test that the key can be set for the count cache.

File

core/modules/migrate/migrate.services.yml

View source
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. tags:
  3. - { name: cache.bin }
  4. factory: 'cache_factory:get'
  5. arguments:
  6. - migrate

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