Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
TranslateFilterForm::buildForm | function | core/ |
|
TranslateFilterForm::getFormId | function | core/ |
|
TranslateFilterForm::resetForm | function | core/ |
Provides a submit handler for the reset button. |
TranslateFilterForm::submitForm | function | core/ |
|
TranslateFormBase | class | core/ |
Defines the locale user interface translation form base. |
TranslateFormBase.php | file | core/ |
|
TranslateFormBase::$filterValues | property | core/ |
Filter values. Shared between objects that inherit this class. |
TranslateFormBase::$languageManager | property | core/ |
The language manager. |
TranslateFormBase::$localeStorage | property | core/ |
The locale storage. |
TranslateFormBase::$state | property | core/ |
The state store. |
TranslateFormBase::create | function | core/ |
|
TranslateFormBase::translateFilterLoadStrings | function | core/ |
Builds a string search query and returns an array of string objects. |
TranslateFormBase::translateFilters | function | core/ |
Lists locale translation filters that can be applied. |
TranslateFormBase::translateFilterValues | function | core/ |
Builds an array out of search criteria specified in request variables. |
TranslateFormBase::__construct | function | core/ |
Constructs a new TranslationFormBase object. |
TranslationsStream | class | core/ |
Defines a Drupal translations (translations://) stream wrapper class. |
TranslationsStream.php | file | core/ |
|
TranslationsStream::getDescription | function | core/ |
|
TranslationsStream::getDirectoryPath | function | core/ |
|
TranslationsStream::getExternalUrl | function | core/ |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). |
TranslationsStream::getName | function | core/ |
|
TranslationsStream::getType | function | core/ |
|
TranslationStatusForm | class | core/ |
Provides a translation status form. |
TranslationStatusForm.php | file | core/ |
|
TranslationStatusForm::$moduleHandler | property | core/ |
The module handler service. |
TranslationStatusForm::$state | property | core/ |
The Drupal state storage service. |
TranslationStatusForm::buildForm | function | core/ |
Form builder for displaying the current translation status. |
TranslationStatusForm::create | function | core/ |
|
TranslationStatusForm::createInfoString | function | core/ |
Provides debug info for projects in case translation files are not found. |
TranslationStatusForm::getFormId | function | core/ |
|
TranslationStatusForm::prepareUpdateData | function | core/ |
Prepare information about projects with available translation updates. |
TranslationStatusForm::submitForm | function | core/ |
|
TranslationStatusForm::validateForm | function | core/ |
|
TranslationStatusForm::__construct | function | core/ |
Constructs a TranslationStatusForm object. |
TranslationString | class | core/ |
Defines the locale translation string object. |
TranslationString.php | file | core/ |
|
TranslationString::$customized | property | core/ |
Integer indicating whether this string is customized. |
TranslationString::$isNew | property | core/ |
Boolean indicating whether the string object is new. |
TranslationString::$language | property | core/ |
The language code. |
TranslationString::$translation | property | core/ |
The string translation. |
TranslationString::delete | function | core/ |
Deletes string object from storage. |
TranslationString::getString | function | core/ |
Gets plain string contained in this object. |
TranslationString::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
TranslationString::isSource | function | core/ |
Checks whether the object is a source string. |
TranslationString::isTranslation | function | core/ |
Checks whether the object is a translation string. |
TranslationString::save | function | core/ |
Saves string object to storage. |
TranslationString::setCustomized | function | core/ |
Sets the string as customized / not customized. |
TranslationString::setString | function | core/ |
Sets the string contained in this object. |
TranslationString::__construct | function | core/ |
Constructs a new locale string object. |
UsageTest::testFileUsageWithEntityTranslation | function | core/ |
Tests file usage with translated entities. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.