7 uses of LOCALE_CUSTOMIZED in Drupal 10
- ImportForm::submitForm in core/
modules/ locale/ src/ Form/ ImportForm.php - Form submission handler.
- LocaleStringTest::testStringCrudApi in core/
modules/ locale/ tests/ src/ Kernel/ LocaleStringTest.php - Tests CRUD API.
- LocaleStringTest::testStringSearchApi in core/
modules/ locale/ tests/ src/ Kernel/ LocaleStringTest.php - Tests Search API loading multiple objects.
- LocaleUpdateBase::setCurrentTranslations in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateBase.php - Setup existing translations in the database and set up the status of existing translations.
- PoDatabaseReader::loadStrings in core/
modules/ locale/ src/ PoDatabaseReader.php - Builds and executes a database query based on options set earlier.
- TranslateFormBase::translateFilters in core/
modules/ locale/ src/ Form/ TranslateFormBase.php - Lists locale translation filters that can be applied.
- TranslationString::setCustomized in core/
modules/ locale/ src/ TranslationString.php - Sets the string as customized / not customized.