You are here

service acquia_contenthub.acquia_contenthub_reindex in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\Controller\ContentHubReindex
9 string references to acquia_contenthub.acquia_contenthub_reindex
AcquiaContenthubCommands::contenthubReindex in src/Commands/AcquiaContenthubCommands.php
Reindexes all entities in Content Hub.
AcquiaContenthubCommands::contenthubResetEntities in src/Commands/AcquiaContenthubCommands.php
Deletes all entities of a particular type from Content Hub, reindex subscription and exports all deleted entities again to allow for Elasticsearch to map correct field types.
acquia_contenthub_reexport_finished in ./acquia_contenthub.module
Batch finished function for re-export entities.
ContentHubReindex::reExportEntities in src/Controller/ContentHubReindex.php
Re-export Entities.
ContentHubReindexTest::setUp in tests/src/Unit/Controller/ContentHubReindexTest.php

... See full list

File

./acquia_contenthub.services.yml
acquia_contenthub.services.yml

View source
  1. class: Drupal\acquia_contenthub\Controller\ContentHubReindex
  2. arguments:
  3. - '@acquia_contenthub.acquia_contenthub_entities_tracking'
  4. - '@acquia_contenthub.client_manager'
  5. - '@state'