136 string references to YAML keys in lingotek.routing.yml in Lingotek Translation 3.4.x
- ContentTranslationLocalTasks::getDerivativeDefinitions in src/
Plugin/ Derivative/ ContentTranslationLocalTasks.php - Gets the definition of all derivatives of a base plugin.
- ContentTranslationMenuLinks::getDerivativeDefinitions in src/
Plugin/ Derivative/ ContentTranslationMenuLinks.php - Gets the definition of all derivatives of a base plugin.
- HostsSetterController::setHosts in tests/
modules/ lingotek_test/ src/ Controller/ HostsSetterController.php - Helper method for setting up a valid host for testing.
- JobConfigLocalTask::getRouteName in src/
Plugin/ Menu/ JobConfigLocalTask.php - Get the route name from the settings.
- JobContentLocalTask::getRouteName in src/
Plugin/ Menu/ JobContentLocalTask.php - Get the route name from the settings.
- LingotekAccountDisconnectForm::getCancelUrl in src/
Form/ LingotekAccountDisconnectForm.php - Returns the route to go to if the user cancels the action.
- LingotekAccountDisconnectForm::submitForm in src/
Form/ LingotekAccountDisconnectForm.php - Form submission handler.
- LingotekAccountDisconnectFormTest::testAccountDisconnect in tests/
src/ Functional/ Form/ LingotekAccountDisconnectFormTest.php - Test that we can disconnect.
- LingotekActionsManagementSubscriber::onConfigSave in src/
Plugin/ Action/ Subscriber/ LingotekActionsManagementSubscriber.php - Creates and deletes the actions associated with the enabled entities.
- LingotekConfigImportTest::testConfigImportUpdates in src/
Tests/ Kernel/ LingotekConfigImportTest.php - Tests config import updates.
- LingotekConfigManagementForm::getSourceActionUrl in src/
Form/ LingotekConfigManagementForm.php - LingotekConfigManagementForm::getTargetActionUrl in src/
Form/ LingotekConfigManagementForm.php - LingotekConfigManagementForm::redirectToAssignJobIdMultipleConfigForm in src/
Form/ LingotekConfigManagementForm.php - Redirect to assign Job ID form.
- LingotekConfigManagementForm::redirectToClearJobIdMultipleConfigForm in src/
Form/ LingotekConfigManagementForm.php - Redirect to clear Job ID form.
- LingotekConfigSubscriber::onConfigSave in src/
EventSubscriber/ LingotekConfigSubscriber.php - Updates the configuration translation status when a configuration is saved.
- LingotekConfigTranslationController::generateOperationsLinks in src/
Controller/ LingotekConfigTranslationController.php - Generates the operation links for each language.
- LingotekConfigTranslationController::itemPage in src/
Controller/ LingotekConfigTranslationController.php - Language translations overview page for a configuration name.
- LingotekConfigTranslationService::isEnabled in src/
LingotekConfigTranslationService.php - Checks if the given plugin is enabled for Lingotek config translation.
- LingotekConfigTranslationService::setEnabled in src/
LingotekConfigTranslationService.php - Sets if the given config entity is enabled for Lingotek config translation.
- LingotekConfigurationService::getConfigDefaultProfileId in src/
LingotekConfigurationService.php - Determines the default Lingotek profile for the given config object.
- LingotekConfigurationService::getConfigEntityDefaultProfileId in src/
LingotekConfigurationService.php - Determines the default Lingotek profile for the given config entity type.
- LingotekConfigurationService::getDefaultProfileId in src/
LingotekConfigurationService.php - Determines the default Lingotek profile for the given entity type.
- LingotekConfigurationService::getFieldPropertiesLingotekEnabled in src/
LingotekConfigurationService.php - Gets the configured properties of a field that are enabled for Lingotek translation.
- LingotekConfigurationService::getFieldsLingotekEnabled in src/
LingotekConfigurationService.php - Gets the Lingotek enabled fields for a given bundle.
- LingotekConfigurationService::getPreference in src/
LingotekConfigurationService.php - Gets the value from the preferences configuration.
- LingotekConfigurationService::isEnabled in src/
LingotekConfigurationService.php - Determines whether the given entity type is Lingotek translatable.
- LingotekConfigurationService::isFieldLingotekEnabled in src/
LingotekConfigurationService.php - Determines if the field is enabled for Lingotek translation.
- LingotekConfigurationService::setConfigEntityDefaultProfileId in src/
LingotekConfigurationService.php - LingotekConfigurationService::setContentTranslationSettings in src/
LingotekConfigurationService.php - Sets Lingotek translatability settings of multiple content.
- LingotekConfigurationService::setDefaultProfileId in src/
LingotekConfigurationService.php - Sets the default Lingotek profile for the given entity type.
- LingotekConfigurationService::setEnabled in src/
LingotekConfigurationService.php - Sets whether the given entity type is Lingotek translatable.
- LingotekConfigurationService::setFieldLingotekEnabled in src/
LingotekConfigurationService.php - Sets the field as enabled for Lingotek translation.
- LingotekConfigurationService::setFieldPropertiesLingotekEnabled in src/
LingotekConfigurationService.php - Sets the configured properties of a field that are enabled for Lingotek translation.
- LingotekConfigurationService::setPreference in src/
LingotekConfigurationService.php - Sets the value for the preferences configuration.
- LingotekConfigurationService::shouldFieldLingotekEnabled in src/
LingotekConfigurationService.php - LingotekContentModerationConfigurationService::getDownloadTransition in src/
Moderation/ LingotekContentModerationConfigurationService.php - Gets the moderation transition ID that triggers a download.
- LingotekContentModerationConfigurationService::getUploadStatus in src/
Moderation/ LingotekContentModerationConfigurationService.php - Gets the moderation status ID that triggers an upload.
- LingotekContentModerationConfigurationService::setDownloadTransition in src/
Moderation/ LingotekContentModerationConfigurationService.php - Sets the moderation transition ID that triggers a download.
- LingotekContentModerationConfigurationService::setUploadStatus in src/
Moderation/ LingotekContentModerationConfigurationService.php - Sets the moderation status ID that triggers an upload.
- LingotekContentTranslationForm::addOperationLink in src/
Form/ LingotekContentTranslationForm.php - Add an operation to the list of available operations for each language.
- LingotekControllerBase::connected in src/
Controller/ LingotekControllerBase.php - Checks if site is connected to Lingotek.
- LingotekDashboardController::getDashboardInfo in src/
Controller/ LingotekDashboardController.php - LingotekDisassociateAllConfirmForm::getCancelUrl in src/
Form/ LingotekDisassociateAllConfirmForm.php - Returns the route to go to if the user cancels the action.
- LingotekFakeConfigFactory::get in tests/
modules/ lingotek_test/ src/ LingotekFakeConfigFactory.php - Returns an immutable configuration object for a given name.
- LingotekFakeConfigFactory::getEditable in tests/
modules/ lingotek_test/ src/ LingotekFakeConfigFactory.php - Returns a mutable configuration object for a given name.
- LingotekHttp::__construct in src/
Remote/ LingotekHttp.php - LingotekIntelligenceMetadataTranslationTest::setupResources in tests/
src/ Functional/ LingotekIntelligenceMetadataTranslationTest.php - Setup test resources for the test.
- LingotekIntelligenceServiceConfig::getAuthorEmailPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not the Author Email should be sent.
- LingotekIntelligenceServiceConfig::getAuthorPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for Author Permission.
- LingotekIntelligenceServiceConfig::getBaseDomainPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to include the Base Domain in the metadata.
- LingotekIntelligenceServiceConfig::getBusinessDivisionPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to use the Business Division.
- LingotekIntelligenceServiceConfig::getBusinessUnitPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for wheter or not to use the Business Unit.
- LingotekIntelligenceServiceConfig::getCampaignIdPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to use the Campaign Id.
- LingotekIntelligenceServiceConfig::getCampaignRatingPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not the Campaign Rating should be used and tracked.
- LingotekIntelligenceServiceConfig::getChannelPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not the Channel should be used and tracked.
- LingotekIntelligenceServiceConfig::getContactEmailForAuthorPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to use the Contact Email as the author's email.
- LingotekIntelligenceServiceConfig::getContactEmailPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to include the Contact Email.
- LingotekIntelligenceServiceConfig::getContactNamePermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to include the Contact Name.
- LingotekIntelligenceServiceConfig::getContentDescriptionPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to include the Content Description.
- LingotekIntelligenceServiceConfig::getDefaultAuthorEmail in src/
LingotekIntelligenceServiceConfig.php - Gets the Default Author Email.
- LingotekIntelligenceServiceConfig::getExternalStyleIdPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to include the External Style Id.
- LingotekIntelligenceServiceConfig::getPurchaseOrderPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to include the Purchase Order.
- LingotekIntelligenceServiceConfig::getReferenceUrlPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not the Reference URL for this content should be included in the metadata.
- LingotekIntelligenceServiceConfig::getRegionPermission in src/
LingotekIntelligenceServiceConfig.php - Gets the Permission setting for whether or not to include the Region.
- LingotekIntelligenceServiceConfig::getValue in src/
LingotekIntelligenceServiceConfig.php - Helper for getting a value from config, validating that the usage is set.
- LingotekIntelligenceServiceConfig::setValue in src/
LingotekIntelligenceServiceConfig.php - Helper for setting a value to config.
- LingotekInterfaceTranslationClearMetadataForm::getCancelUrl in src/
Form/ LingotekInterfaceTranslationClearMetadataForm.php - Returns the route to go to if the user cancels the action.
- LingotekInterfaceTranslationForm::clearInterfaceMetadata in src/
Form/ LingotekInterfaceTranslationForm.php - LingotekJobAssignToMultipleConfigForm::getFormId in src/
Form/ LingotekJobAssignToMultipleConfigForm.php - Returns a unique string identifying the form.
- LingotekJobAssignToMultipleEntitiesForm::getFormId in src/
Form/ LingotekJobAssignToMultipleEntitiesForm.php - Returns a unique string identifying the form.
- LingotekJobClearMultipleConfigForm::getFormId in src/
Form/ LingotekJobClearMultipleConfigForm.php - Returns a unique string identifying the form.
- LingotekJobManagementController::indexJob in src/
Controller/ LingotekJobManagementController.php - LingotekJobManagementController::listJobs in src/
Controller/ LingotekJobManagementController.php - List of all the Translation Jobs.
- LingotekLanguageForm::form in src/
Form/ LingotekLanguageForm.php - Alters the configurable language entity edit and add form.
- LingotekManageLingotekTranslationsPermissionTest::testDashboardAsTranslationsManager in tests/
src/ Functional/ LingotekManageLingotekTranslationsPermissionTest.php - Tests dashboard works as a translations manager.
- LingotekManagementController::content in src/
Controller/ LingotekManagementController.php - LingotekManagementFormBase::redirectToAssignJobIdMultipleEntitiesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to assign Job ID form.
- LingotekManagementFormBase::redirectToClearJobIdMultipleEntitiesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to clear Job ID form.
- LingotekProfileAddForm::save in src/
Form/ LingotekProfileAddForm.php - Form submission handler for the 'save' action.
- LingotekProfileDeleteForm::delete in src/
Form/ LingotekProfileDeleteForm.php - @inheritDoc
- LingotekProfileDeleteForm::getCancelUrl in src/
Form/ LingotekProfileDeleteForm.php - LingotekProfileEditForm::save in src/
Form/ LingotekProfileEditForm.php - Form submission handler for the 'save' action.
- LingotekProfileFormTest::setupResources in tests/
src/ Functional/ Form/ LingotekProfileFormTest.php - Setup test resources for the test.
- LingotekRouteSubscriber::alterRoutes in src/
Routing/ LingotekRouteSubscriber.php - Alters existing routes for a specific collection.
- LingotekSettingsAccountForm::submitForm in src/
Form/ LingotekSettingsAccountForm.php - Form submission handler.
- LingotekSettingsCommunityForm::buildForm in src/
Form/ LingotekSettingsCommunityForm.php - Form constructor.
- LingotekSettingsCommunityForm::submitForm in src/
Form/ LingotekSettingsCommunityForm.php - Form submission handler.
- LingotekSettingsConnectForm::buildForm in src/
Form/ LingotekSettingsConnectForm.php - Form constructor.
- LingotekSettingsContentSingleForm::submitForm in src/
Form/ LingotekSettingsContentSingleForm.php - Form submission handler.
- LingotekSettingsController::getProfileListForm in src/
Controller/ LingotekSettingsController.php - Gets the profile list form wrapped, so it can be expanded and collapsed.
- LingotekSettingsDefaultsForm::init in src/
Form/ LingotekSettingsDefaultsForm.php - LingotekSettingsDefaultsForm::setCallbackUrl in src/
Form/ LingotekSettingsDefaultsForm.php - LingotekSettingsDefaultsForm::submitForm in src/
Form/ LingotekSettingsDefaultsForm.php - Form submission handler.
- LingotekSettingsEditDefaultsForm::init in src/
Form/ LingotekSettingsEditDefaultsForm.php - LingotekSettingsEditDefaultsForm::submitForm in src/
Form/ LingotekSettingsEditDefaultsForm.php - Form submission handler.
- LingotekSettingsTabAccountForm::buildForm in src/
Form/ LingotekSettingsTabAccountForm.php - Form constructor.
- LingotekSettingsTabAccountForm::disconnect in src/
Form/ LingotekSettingsTabAccountForm.php - LingotekSettingsTabAccountFormTest::setupResources in tests/
src/ Functional/ Form/ LingotekSettingsTabAccountFormTest.php - Setup test resources for the test.
- LingotekSettingsTabAccountFormTest::testDisconnect in tests/
src/ Unit/ Form/ LingotekSettingsTabAccountFormTest.php - @covers ::disconnect
- LingotekSettingsTabContentForm::buildForm in src/
Form/ LingotekSettingsTabContentForm.php - Form constructor.
- LingotekSettingsTabIntegrationsForm::buildForm in src/
Form/ LingotekSettingsTabIntegrationsForm.php - Form constructor.
- LingotekSettingsTabIntegrationsForm::submitForm in src/
Form/ LingotekSettingsTabIntegrationsForm.php - Form submission handler.
- LingotekSettingsTabLoggingForm::submitForm in src/
Form/ LingotekSettingsTabLoggingForm.php - Form submission handler.
- LingotekSettingsTabPreferencesForm::retrieveAdminMenu in src/
Form/ LingotekSettingsTabPreferencesForm.php - LingotekSettingsTabPreferencesForm::saveAdminMenu in src/
Form/ LingotekSettingsTabPreferencesForm.php - LingotekSettingsTabPreferencesForm::saveAlwaysShowTranslateTabs in src/
Form/ LingotekSettingsTabPreferencesForm.php - LingotekSettingsTabPreferencesForm::saveShowLanguageFields in src/
Form/ LingotekSettingsTabPreferencesForm.php - LingotekSettingsTabProfilesEditForm::cancel in src/
Form/ LingotekSettingsTabProfilesEditForm.php - LingotekSettingsTabProfilesEditForm::deleteButton in src/
Form/ LingotekSettingsTabProfilesEditForm.php - LingotekSettingsTabProfilesEditForm::submitForm in src/
Form/ LingotekSettingsTabProfilesEditForm.php - Form submission handler.
- LingotekSettingsTabUtilitiesForm::disassociateAllTranslations in src/
Form/ LingotekSettingsTabUtilitiesForm.php - LingotekSettingsTabUtilitiesForm::updateCallbackUrl in src/
Form/ LingotekSettingsTabUtilitiesForm.php - LingotekSettingsTabUtilitiesFormTest::setupResources in tests/
src/ Functional/ Form/ LingotekSettingsTabUtilitiesFormTest.php - Setup test resources for the test.
- LingotekSettingsTabUtilitiesFormTest::testRefreshResources in tests/
src/ Functional/ Form/ LingotekSettingsTabUtilitiesFormTest.php - Test the table shows the right values.
- LingotekSetupController::communityPage in src/
Controller/ LingotekSetupController.php - LingotekSetupController::defaultsPage in src/
Controller/ LingotekSetupController.php - LingotekSetupController::handshake in src/
Controller/ LingotekSetupController.php - LingotekSetupController::saveAccountInfo in src/
Controller/ LingotekSetupController.php - LingotekSetupTrait::checkSetup in src/
LingotekSetupTrait.php - Verify the Lingotek Translation module has been properly initialized.
- LingotekSourceStatus::getSourceActionUrl in src/
Element/ LingotekSourceStatus.php - Get the source action url based on the source status.
- LingotekSourceStatus::getSourceActionUrlForUI in src/
Element/ LingotekSourceStatus.php - LingotekTargetStatus::getTargetActionUrl in src/
Element/ LingotekTargetStatus.php - Get the target action url based on the source status.
- LingotekTargetStatuses::getTargetActionUrl in src/
Element/ LingotekTargetStatuses.php - Get the target action url based on the source status.
- LingotekTargetStatuses::getTargetActionUrlForUI in src/
Element/ LingotekTargetStatuses.php - LingotekTestBase::saveLingotekContentTranslationSettingsViaConfig in tests/
src/ Functional/ LingotekTestBase.php - Save Lingotek content translation settings.
- LingotekWorkbenchModerationConfigurationService::getDownloadTransition in src/
Moderation/ LingotekWorkbenchModerationConfigurationService.php - Gets the moderation transition ID that triggers a download.
- LingotekWorkbenchModerationConfigurationService::getUploadStatus in src/
Moderation/ LingotekWorkbenchModerationConfigurationService.php - Gets the moderation status ID that triggers an upload.
- LingotekWorkbenchModerationConfigurationService::setDownloadTransition in src/
Moderation/ LingotekWorkbenchModerationConfigurationService.php - Sets the moderation transition ID that triggers a download.
- LingotekWorkbenchModerationConfigurationService::setUploadStatus in src/
Moderation/ LingotekWorkbenchModerationConfigurationService.php - Sets the moderation status ID that triggers an upload.
- lingotek_update_8221 in ./
lingotek.install - Removes Lingotek Content Cloud unused settings.
- lingotek_update_8222 in ./
lingotek.install - Adds enable_download_interim preference to lingotek.settings.
- lingotek_update_9000 in ./
lingotek.install - Adds enable_download_interim preference to lingotek.settings.
- TranslationJobBreadcrumbBuilder::build in src/
Breadcrumb/ TranslationJobBreadcrumbBuilder.php - Builds the breadcrumb.
- TranslationJobBreadcrumbBuilderTest::providerTestApplies in tests/
src/ Unit/ Breadcrumb/ TranslationJobBreadcrumbBuilderTest.php - Provides test data for testApplies().
- TranslationJobBreadcrumbBuilderTest::providerTestBuild in tests/
src/ Unit/ Breadcrumb/ TranslationJobBreadcrumbBuilderTest.php - Provides test data for testBuild().
- TranslationJobBreadcrumbBuilderTest::testBuild in tests/
src/ Unit/ Breadcrumb/ TranslationJobBreadcrumbBuilderTest.php - Tests TranslationJobBreadcrumbBuilder::build().