Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StringTextareaWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| StringTextareaWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
| StringTextfieldWidget | class | core/ |
Plugin implementation of the 'string_textfield' widget. |
| StringTextfieldWidget.php | file | core/ |
|
| StringTextfieldWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| 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::$testObject | property | core/ |
The object 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 |
| StubCondition | class | core/ |
A stub of core Condition class for testing purposes. |
| StubCondition.php | file | core/ |
|
| 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::$statementWrapperClass | property | core/ |
The name of the StatementWrapper class for this connection. |
| StubConnection::condition | function | core/ |
Prepares and returns a CONDITION query object. |
| StubConnection::createDatabase | function | core/ |
Creates a database. |
| StubConnection::databaseType | function | core/ |
Returns the name of the database engine accessed by this driver. |
| StubConnection::delete | function | core/ |
Prepares and returns a DELETE query object. |
| StubConnection::driver | function | core/ |
Returns the type of database driver. |
| StubConnection::exceptionHandler | function | core/ |
Returns the database exceptions handler. |
| StubConnection::insert | function | core/ |
Prepares and returns an INSERT query object. |
| StubConnection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
| StubConnection::merge | function | core/ |
Prepares and returns a MERGE query object. |
| StubConnection::nextId | function | core/ |
Retrieves a unique ID from a given sequence. |
| StubConnection::open | function | core/ |
Opens a client connection. |
| StubConnection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
| StubConnection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
| StubConnection::select | function | core/ |
Prepares and returns a SELECT query object. |
| StubConnection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
| StubConnection::testLogCaller | function | core/ |
Helper method to test database classes are not included in backtraces. |
| StubConnection::truncate | function | core/ |
Prepares and returns a TRUNCATE query object. |
| StubConnection::update | function | core/ |
Prepares and returns an UPDATE query object. |
| StubConnection::upsert | function | core/ |
Prepares and returns an UPSERT query object. |
Pagination
- Previous page
- Page 1225
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.