Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StringTextfieldWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| StringTextfieldWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| StringTextfieldWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| StringTranslationTrait | trait | core/ |
Wrapper methods for \Drupal\Core\StringTranslation\TranslationInterface. |
| StringTranslationTrait.php | file | core/ |
|
| StringTranslationTrait::$stringTranslation | property | core/ |
The string translation service. |
| StringTranslationTrait::formatPlural | function | core/ |
Formats a string containing a count of items. |
| StringTranslationTrait::getNumberOfPlurals | function | core/ |
Returns the number of plurals supported by a given language. |
| StringTranslationTrait::getStringTranslation | function | core/ |
Gets the string translation service. |
| StringTranslationTrait::setStringTranslation | function | core/ |
Sets the string translation service to use. |
| StringTranslationTrait::t | function | core/ |
Translates a string to the current language or to a given language. |
| StringTranslationTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\StringTranslation\StringTranslationTrait[[api-linebreak]] @group StringTranslation |
| StringTranslationTraitTest.php | file | core/ |
|
| StringTranslationTraitTest::$reflection | property | core/ |
A reflection of self::$translation. |
| StringTranslationTraitTest::$translation | property | core/ |
The mock under test that uses StringTranslationTrait. |
| StringTranslationTraitTest::setUp | function | core/ |
|
| StringTranslationTraitTest::testFormatPlural | function | core/ |
@covers ::formatPlural[[api-linebreak]] |
| StringTranslationTraitTest::testT | function | core/ |
@covers ::t[[api-linebreak]] |
| string_translation | service | core/ |
Drupal\Core\StringTranslation\TranslationManager |
| string_translator.custom_strings | service | core/ |
Drupal\Core\StringTranslation\Translator\CustomStrings |
| string_translator.locale.lookup | service | core/ |
Drupal\locale\LocaleTranslation |
| StubConnection | class | core/ |
A stub of the abstract Connection class for testing purposes. |
| StubConnection.php | file | core/ |
|
| StubConnection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
| StubConnection::createDatabase | function | core/ |
Creates a database. |
| StubConnection::databaseType | function | core/ |
Returns the name of the PDO driver for this connection. |
| StubConnection::driver | function | core/ |
Returns the type of database driver. |
| StubConnection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
| StubConnection::nextId | function | core/ |
Retrieves an unique ID from a given sequence. |
| StubConnection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
| StubConnection::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
| StubEnvironmentCleanerService | class | core/ |
Mock environment_cleaner service that does not perform any cleaning. |
| StubEnvironmentCleanerService::cleanDatabase | function | core/ |
Remove database entries left over in the fixture database. |
| StubEnvironmentCleanerService::cleanEnvironment | function | core/ |
Removes all test-related database tables and directories. |
| StubEnvironmentCleanerService::cleanResultsTable | function | core/ |
Clears test result tables from the results database. |
| StubEnvironmentCleanerService::cleanTemporaryDirectories | function | core/ |
Finds all leftover fixture site directories and removes them. |
| StubFallbackPluginManager | class | core/ |
Stubs \Drupal\Component\Plugin\FallbackPluginManagerInterface. |
| StubFallbackPluginManager.php | file | core/ |
|
| StubFallbackPluginManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
| StubForm | class | core/ |
Provides a stub form for testing purposes. |
| StubForm.php | file | core/ |
|
| StubForm::$form | property | core/ |
The form array. |
| StubForm::$formId | property | core/ |
The form ID. |
| StubForm::buildForm | function | core/ |
Form constructor. |
| StubForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| StubForm::submitForm | function | core/ |
Form submission handler. |
| StubForm::__construct | function | core/ |
Constructs a StubForm. |
| StubNegotiationMiddleware | class | core/ |
|
| StubNegotiationMiddleware::getContentType | function | core/ |
Gets the normalized type of a request. |
| StubPDO | class | core/ |
A stub of \PDO for testing purposes. |
Pagination
- Previous page
- Page 1162
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.