39 string references to lingotek.configuration in Lingotek Translation 8
- ContentTranslationLocalTasks::create in src/
Plugin/ Derivative/ ContentTranslationLocalTasks.php - Creates a new class instance.
- DynamicLocalTasks::getDerivativeDefinitions in src/
Plugin/ Derivative/ DynamicLocalTasks.php - Gets the definition of all derivatives of a base plugin.
- LingotekBatchController::dispatch in src/
Controller/ LingotekBatchController.php - LingotekConfigBulkFormTest::testDisabledLanguage in src/
Tests/ Form/ LingotekConfigBulkFormTest.php - Tests that the config bulk form doesn't show a language if it's disabled.
- LingotekConfigImportTest::testConfigImportUpdates in src/
Tests/ LingotekConfigImportTest.php - Tests config import updates.
- LingotekConfigManagementForm::create in src/
Form/ LingotekConfigManagementForm.php - Instantiates a new instance of this class.
- LingotekConfigSubscriber::onConfigSave in src/
EventSubscriber/ LingotekConfigSubscriber.php - Updates the configuration translation status when a configuration is saved.
- LingotekConfigTranslationController::create in src/
Controller/ LingotekConfigTranslationController.php - Instantiates a new instance of this class.
- LingotekContentTranslationForm::create in src/
Form/ LingotekContentTranslationForm.php - Instantiates a new instance of this class.
- LingotekContentTypeNotificationCallbackTest::testDisabledLanguagesAreNotRequested in src/
Tests/ LingotekContentTypeNotificationCallbackTest.php - Tests that there are no automatic requests for disabled languages.
- LingotekContentTypeTranslationTest::testLanguageDisabled in src/
Tests/ LingotekContentTypeTranslationTest.php - Tests that no translation can be requested if the language is disabled.
- LingotekDashboardController::create in src/
Controller/ LingotekDashboardController.php - Instantiates a new instance of this class.
- LingotekFieldBodyNotificationCallbackTest::testDisabledLanguagesAreNotRequested in src/
Tests/ LingotekFieldBodyNotificationCallbackTest.php - Tests that there are no automatic requests for disabled languages.
- LingotekFieldBodyTranslationTest::testLanguageDisabled in src/
Tests/ LingotekFieldBodyTranslationTest.php - Tests that no translation can be requested if the language is disabled.
- LingotekImportSettingsForm::submitForm in src/
Form/ LingotekImportSettingsForm.php - Form submission handler.
- LingotekManagementForm::create in src/
Form/ LingotekManagementForm.php - Instantiates a new instance of this class.
- LingotekNodeBulkFormTest::testDisabledLanguage in src/
Tests/ Form/ LingotekNodeBulkFormTest.php - Tests that the node bulk form doesn't show a language if it's disabled.
- LingotekNodeNotificationCallbackTest::testDisabledLanguagesAreNotRequested in src/
Tests/ LingotekNodeNotificationCallbackTest.php - Tests that there are no automatic requests for disabled languages.
- LingotekNodeTranslationTest::testLanguageDisabled in src/
Tests/ LingotekNodeTranslationTest.php - Tests that no translation can be requested if the language is disabled.
- LingotekNotificationController::getProfile in src/
Controller/ LingotekNotificationController.php - LingotekProfileFormBase::create in src/
Form/ LingotekProfileFormBase.php - Instantiates a new instance of this class.
- LingotekProfileFormTest::testLanguageDisabled in src/
Tests/ Form/ LingotekProfileFormTest.php - Tests that disabled languages are not shown in the profile form for defining overrides.
- LingotekSettingsTabConfigurationForm::create in src/
Form/ LingotekSettingsTabConfigurationForm.php - Instantiates a new instance of this class.
- LingotekSettingsTabConfigurationFormTest::testConfigurationForm in src/
Tests/ Form/ LingotekSettingsTabConfigurationFormTest.php - Test that if there are no entities, there is a proper feedback to the user.
- LingotekSettingsTabContentForm::buildForm in src/
Form/ LingotekSettingsTabContentForm.php - Form constructor.
- LingotekSettingsTabContentForm::retrieveFields in src/
Form/ LingotekSettingsTabContentForm.php - LingotekSettingsTabContentForm::retrieveProfiles in src/
Form/ LingotekSettingsTabContentForm.php - LingotekSettingsTabContentForm::submitForm in src/
Form/ LingotekSettingsTabContentForm.php - Form submission handler.
- LingotekSettingsTabContentFormTest::testFieldsAreDisabledInLingotekIfFieldsAreMarkedAsNotTranslatable in src/
Tests/ Form/ LingotekSettingsTabContentFormTest.php - Test that if we disable content translation for an entity or an entity field, they are disabled for Lingotek.
- LingotekSettingsTabPreferencesForm::buildForm in src/
Form/ LingotekSettingsTabPreferencesForm.php - Form constructor.
- LingotekSettingsTabPreferencesForm::submitForm in src/
Form/ LingotekSettingsTabPreferencesForm.php - Form submission handler.
- LingotekSystemSiteTranslationTest::testLanguageDisabled in src/
Tests/ LingotekSystemSiteTranslationTest.php - Tests that no translation can be requested if the language is disabled.
- lingotek_entity_base_field_info in ./
lingotek.module - Implements hook_entity_base_field_info().
- lingotek_entity_insert in ./
lingotek.module - Implements hook_entity_insert().
- lingotek_entity_presave in ./
lingotek.module - Implements hook_entity_presave().
- lingotek_entity_translation_insert in ./
lingotek.module - Implements hook_entity_translation_insert().
- lingotek_entity_update in ./
lingotek.module - Implements hook_entity_update().
- lingotek_form_alter in ./
lingotek.module - Implements hook_form_alter().
- lingotek_form_content_entity_form_submit in ./
lingotek.module