You are here

82 string references to YAML keys in lingotek.routing.yml in Lingotek Translation 8

ContentTranslationLocalTasks::getDerivativeDefinitions in src/Plugin/Derivative/ContentTranslationLocalTasks.php
Gets the definition of all derivatives of a base plugin.
DynamicLocalTasks::getDerivativeDefinitions in src/Plugin/Derivative/DynamicLocalTasks.php
Gets the definition of all derivatives of a base plugin.
Lingotek::__construct in src/Lingotek.php
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 src/Tests/Form/LingotekAccountDisconnectFormTest.php
Test that we can disconnect.
LingotekChangeAccountDefaultsTest::testChangeCommunity in src/Tests/LingotekChangeAccountDefaultsTest.php
LingotekConfigImportTest::testConfigImportUpdates in src/Tests/LingotekConfigImportTest.php
Tests config import updates.
LingotekConfigManagementForm::getSourceActionUrl in src/Form/LingotekConfigManagementForm.php
LingotekConfigManagementForm::getTargetActionUrl in src/Form/LingotekConfigManagementForm.php
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::mustDeleteRemoteAfterDisassociation in src/LingotekConfigurationService.php
Determines if remote documents must be deleted after disassociation.
LingotekConfigurationService::setConfigEntityDefaultProfileId in src/LingotekConfigurationService.php
LingotekConfigurationService::setDefaultProfileId in src/LingotekConfigurationService.php
Sets the default Lingotek profile for the given entity type.
LingotekConfigurationService::setDeleteRemoteAfterDisassociation in src/LingotekConfigurationService.php
Sets if remote documents must be deleted after disassociation.
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.
LingotekContentTranslationForm::addOperationLink in src/Form/LingotekContentTranslationForm.php
LingotekContentTypeNotificationCallbackTest::testAutomatedNotificationContentTypeTranslation in src/Tests/LingotekContentTypeNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekContentTypeNotificationCallbackTest::testDisabledLanguagesAreNotRequested in src/Tests/LingotekContentTypeNotificationCallbackTest.php
Tests that there are no automatic requests for disabled languages.
LingotekContentTypeNotificationCallbackTest::testManualNotificationContentTypeTranslation in src/Tests/LingotekContentTypeNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekContentTypeNotificationCallbackTest::testPhaseNotificationContentTypeTranslation in src/Tests/LingotekContentTypeNotificationCallbackTest.php
Tests that a node type reacts to a phase notification using the links on the management page.
LingotekContentTypeNotificationCallbackTest::testProfileTargetOverridesNotificationContentTypeTranslation in src/Tests/LingotekContentTypeNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekDashboardController::getDashboardInfo in src/Controller/LingotekDashboardController.php
LingotekDashboardTest::testDisabledLanguageInStats in src/Tests/LingotekDashboardTest.php
Tests that disabled language appear as disabled in stats.
LingotekDashboardTest::testDisableLanguage in src/Tests/LingotekDashboardTest.php
Tests that we can disable languages in the dashboard.
LingotekFake::__construct in tests/modules/lingotek_test/src/LingotekFake.php
LingotekFieldBodyNotificationCallbackTest::testAutomatedNotificationFieldTranslation in src/Tests/LingotekFieldBodyNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekFieldBodyNotificationCallbackTest::testDisabledLanguagesAreNotRequested in src/Tests/LingotekFieldBodyNotificationCallbackTest.php
Tests that there are no automatic requests for disabled languages.
LingotekFieldBodyNotificationCallbackTest::testManualNotificationContentTypeTranslation in src/Tests/LingotekFieldBodyNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekFieldBodyNotificationCallbackTest::testProfileTargetOverridesNotificationContentTypeTranslation in src/Tests/LingotekFieldBodyNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekHttp::__construct in src/Remote/LingotekHttp.php
LingotekManagementController::content in src/Controller/LingotekManagementController.php
LingotekManagementForm::getSourceActionUrl in src/Form/LingotekManagementForm.php
LingotekManagementForm::getTargetActionUrl in src/Form/LingotekManagementForm.php
LingotekNodeBulkFormTest::testDisabledLanguage in src/Tests/Form/LingotekNodeBulkFormTest.php
Tests that the node bulk form doesn't show a language if it's disabled.
LingotekNodeNotificationCallbackTest::testAutomatedNotificationNodeTranslation in src/Tests/LingotekNodeNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekNodeNotificationCallbackTest::testDisabledLanguagesAreNotRequested in src/Tests/LingotekNodeNotificationCallbackTest.php
Tests that there are no automatic requests for disabled languages.
LingotekNodeNotificationCallbackTest::testManualNotificationNodeTranslation in src/Tests/LingotekNodeNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
LingotekNodeNotificationCallbackTest::testPhaseNotificationNodeTranslation in src/Tests/LingotekNodeNotificationCallbackTest.php
Tests that a node reacts to a phase notification using the links on the management page.
LingotekNodeNotificationCallbackTest::testProfileTargetOverridesNotificationNodeTranslation in src/Tests/LingotekNodeNotificationCallbackTest.php
Tests that a node can be translated using the links on the management page.
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.
LingotekRouteNamesRequestTranslation8003Test::testRouteName in src/Tests/Update/LingotekRouteNamesRequestTranslation8003Test.php
Tests that the entity definition is loaded correctly.
LingotekSettingsAccountForm::submitForm in src/Form/LingotekSettingsAccountForm.php
*
LingotekSettingsCommunityForm::submitForm in src/Form/LingotekSettingsCommunityForm.php
*
LingotekSettingsConnectForm::buildForm in src/Form/LingotekSettingsConnectForm.php
Form constructor.
LingotekSettingsController::getProfileListForm in src/Controller/LingotekSettingsController.php
Gets the profile list form wrapped, so it can be expanded and collapsed.
LingotekSettingsDefaultsForm::setCallbackUrl in src/Form/LingotekSettingsDefaultsForm.php
LingotekSettingsDefaultsForm::submitForm in src/Form/LingotekSettingsDefaultsForm.php
Form submission handler.
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
LingotekSettingsTabPreferencesForm::retrieveAdminMenu in src/Form/LingotekSettingsTabPreferencesForm.php
LingotekSettingsTabPreferencesForm::saveAdminMenu 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.
LingotekSettingsTabProfilesForm::retrieveActions in src/Form/LingotekSettingsTabProfilesForm.php
LingotekSettingsTabUtilitiesForm::updateCallbackUrl in src/Form/LingotekSettingsTabUtilitiesForm.php
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.
lingotek_test_install in tests/modules/lingotek_test/lingotek_test.install
Implements hook_install().