56 string references to YAML keys in acquia_contenthub.routing.yml in Acquia Content Hub 8
- AcquiaContenthubCommands::contenthubConnectSite in src/
Commands/ AcquiaContenthubCommands.php - Connects a site with contenthub.
- AcquiaContenthubCommands::contenthubDisconnectSite in src/
Commands/ AcquiaContenthubCommands.php - Disconnects a site with contenthub.
- AcquiaContenthubCommands::contenthubWebhooks in src/
Commands/ AcquiaContenthubCommands.php - Perform a webhook management operation.
- acquia_contenthub_element_info_alter in ./
acquia_contenthub.module - Implements hook_element_info_alter().
- acquia_contenthub_theme_suggestions_block_alter in ./
acquia_contenthub.module - Implements hook_theme_suggestions_HOOK_alter().
- acquia_contenthub_theme_suggestions_region in ./
acquia_contenthub.module - Implements hook_theme_suggestions_HOOK().
- acquia_contenthub_update_8203 in ./
acquia_contenthub.install - Set default values for empty keys in acquia_contenthub.entity_config.
- acquia_contenthub_update_8302 in ./
acquia_contenthub.install - Set default values for import queue in acquia_contenthub.entity_config.
- acquia_contenthub_update_8303 in ./
acquia_contenthub.install - Remove shared_secret config variable.
- acquia_contenthub_update_8401 in ./
acquia_contenthub.install - Set default export queue parameters in acquia_contenthub.entity_config.
- acquia_contenthub_update_8601 in ./
acquia_contenthub.install - Set default delete_mismatching_translations to zero.
- ClientManager::__construct in src/
Client/ ClientManager.php - ClientManager constructor.
- ContentEntityNormalizerTest::setUp in tests/
src/ Unit/ Normalizer/ ContentEntityNormalizerTest.php - ContentHubEntitiesTracking::__construct in src/
ContentHubEntitiesTracking.php - TableSortExampleController constructor.
- ContentHubEntityExportController::__construct in src/
Controller/ ContentHubEntityExportController.php - Public Constructor.
- ContentHubEntityImportController::__construct in src/
Controller/ ContentHubEntityImportController.php - Public Constructor.
- ContentHubExportQueueController::batchProcess in src/
Controller/ ContentHubExportQueueController.php - Common batch processing callback for all operations.
- ContentHubExportQueueController::__construct in src/
Controller/ ContentHubExportQueueController.php - ContentHubExportQueueForm::buildForm in src/
Form/ ContentHubExportQueueForm.php - Form constructor.
- ContentHubExportQueueForm::getEditableConfigNames in src/
Form/ ContentHubExportQueueForm.php - Gets the configuration names that will be editable.
- ContentHubExportQueueForm::submitForm in src/
Form/ ContentHubExportQueueForm.php - Form submission handler.
- ContentHubImportQueue::process in src/
Controller/ ContentHubImportQueue.php - Handle the route to create a batch process.
- ContentHubImportQueueForm::buildForm in src/
Form/ ContentHubImportQueueForm.php - Form constructor.
- ContentHubImportQueueForm::getEditableConfigNames in src/
Form/ ContentHubImportQueueForm.php - Gets the configuration names that will be editable.
- ContentHubImportQueueForm::submitForm in src/
Form/ ContentHubImportQueueForm.php - Form submission handler.
- ContentHubPageDisplayVariantSubscriber::onSelectPageDisplayVariant in src/
EventSubscriber/ ContentHubPageDisplayVariantSubscriber.php - Selects the block page display variant.
- ContentHubSettingsForm::buildForm in src/
Form/ ContentHubSettingsForm.php - Form constructor.
- ContentHubSettingsForm::getEditableConfigNames in src/
Form/ ContentHubSettingsForm.php - Gets the configuration names that will be editable.
- ContentHubSettingsForm::getFormId in src/
Form/ ContentHubSettingsForm.php - Returns a unique string identifying the form.
- ContentHubSettingsForm::submitForm in src/
Form/ ContentHubSettingsForm.php - Form submission handler.
- ContentHubSubscriberController::loadDiscovery in acquia_contenthub_subscriber/
src/ Controller/ ContentHubSubscriberController.php - Loads the content hub discovery page from an ember app.
- ContentHubSubscription::__construct in src/
ContentHubSubscription.php - Constructs an ContentEntityNormalizer object.
- ContentHubTestBase::setUp in tests/
src/ Functional/ ContentHubTestBase.php - ContentHubUserSessionTest::setUp in tests/
src/ Unit/ Session/ ContentHubUserSessionTest.php - ContentHubViewSubscriber::onKernelController in src/
EventSubscriber/ ContentHubViewSubscriber.php - Switch to the render Content Hub user.
- ContentHubViewSubscriber::onKernelFinishRequest in src/
EventSubscriber/ ContentHubViewSubscriber.php - Switch back from the render Content Hub user.
- ContentHubWebhookController::__construct in src/
Controller/ ContentHubWebhookController.php - WebhooksSettingsForm constructor.
- drush_acquia_contenthub_connect_site in ./
acquia_contenthub.drush.inc - Connects a site with Content Hub.
- drush_acquia_contenthub_disconnect_site in ./
acquia_contenthub.drush.inc - Disconnects a site from Content Hub.
- drush_acquia_contenthub_webhooks in ./
acquia_contenthub.drush.inc - Content Hub webhook operations.
- EntityConfigSettingsForm::getEditableConfigNames in src/
Form/ EntityConfigSettingsForm.php - Gets the configuration names that will be editable.
- EntityConfigSettingsForm::getFormId in src/
Form/ EntityConfigSettingsForm.php - Returns a unique string identifying the form.
- EntityConfigSettingsForm::submitForm in src/
Form/ EntityConfigSettingsForm.php - Form submission handler.
- EntityManager::getBulkResourceUrl in src/
EntityManager.php - Builds the bulk-upload url to make a single request.
- EntityManager::__construct in src/
EntityManager.php - Constructs an EntityManager object.
- EntityManagerTest::testGetBulkResourceUrl in tests/
src/ Unit/ EntityManagerTest.php - Test for getBulkResourceUrl() method.
- EntityManagerTest::testGetBulkResourceUrlIsExternal in tests/
src/ Unit/ EntityManagerTest.php - Test for getBulkResourceUrl() method, path is already external.
- HmacWrapper::__construct in src/
Middleware/ HmacWrapper.php - HmacWrapper constructor.
- NodeReferenceTest::testNodeReferences in tests/
src/ Functional/ NodeReferenceTest.php - Configure content hub node form.
- ReExportEntitiesForm::getFormId in src/
Form/ ReExportEntitiesForm.php - Returns a unique string identifying the form.
- RemovePageThemeWrapperSubscriber::onViewRenderArray in src/
EventSubscriber/ View/ RemovePageThemeWrapperSubscriber.php - Modifies render array for D8.
- RemovePageThemeWrapperSubscriberD9::onViewRenderArray in src/
EventSubscriber/ View/ RemovePageThemeWrapperSubscriberD9.php - Modifies render array for D9.
- WebhooksSettingsForm::buildForm in src/
Form/ WebhooksSettingsForm.php - Form constructor.
- WebhooksSettingsForm::getEditableConfigNames in src/
Form/ WebhooksSettingsForm.php - Gets the configuration names that will be editable.
- WebhooksSettingsForm::getFormId in src/
Form/ WebhooksSettingsForm.php - Returns a unique string identifying the form.
- WebhooksSettingsForm::submitForm in src/
Form/ WebhooksSettingsForm.php - Form submission handler.