Search for string
- Search 7.x for string
- Search 8.9.x for string
- Search 10.3.x for string
- Search 11.x for string
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StringBase | class | core/ |
Defines the locale string base class. |
StringBase.php | file | core/ |
|
StringBase::$context | property | core/ |
The string context. |
StringBase::$lid | property | core/ |
The string identifier. |
StringBase::$locations | property | core/ |
The string locations indexed by type. |
StringBase::$source | property | core/ |
The source string. |
StringBase::$storage | property | core/ |
The locale storage this string comes from or is to be saved to. |
StringBase::$version | property | core/ |
The string version. |
StringBase::addLocation | function | core/ |
Adds a location for this string. |
StringBase::delete | function | core/ |
Deletes string object from storage. |
StringBase::getId | function | core/ |
Gets the string unique identifier. |
StringBase::getLocations | function | core/ |
Gets location information for this string. |
StringBase::getPlurals | function | core/ |
Splits string to work with plural values. |
StringBase::getStorage | function | core/ |
Gets the string storage. |
StringBase::getValues | function | core/ |
Gets field values that are set for given field names. |
StringBase::getVersion | function | core/ |
Gets the string version. |
StringBase::hasLocation | function | core/ |
Checks whether the string has a given location. |
StringBase::save | function | core/ |
Saves string object to storage. |
StringBase::setId | function | core/ |
Sets the string unique identifier. |
StringBase::setPlurals | function | core/ |
Sets this string using array of plural values. |
StringBase::setStorage | function | core/ |
Sets the string storage. |
StringBase::setValues | function | core/ |
Sets an array of values as object properties. |
StringBase::setVersion | function | core/ |
Sets the string version. |
StringBase::__construct | function | core/ |
Constructs a new locale string object. |
StringBaseTest | class | core/ |
@coversDefaultClass \Drupal\locale\StringBase @group locale |
StringBaseTest.php | file | core/ |
|
StringBaseTest::testDeleteWithoutStorage | function | core/ |
@covers ::delete |
StringBaseTest::testSaveWithoutStorage | function | core/ |
@covers ::save |
StringData | class | core/ |
The string data type. |
StringData.php | file | core/ |
|
StringData::getCastedValue | function | core/ |
Gets the primitive data value casted to the correct PHP type. |
StringDatabaseStorage | class | core/ |
Defines a class to store localized strings in the database. |
StringDatabaseStorage.php | file | core/ |
|
StringDatabaseStorage::$connection | property | core/ |
The database connection. |
StringDatabaseStorage::$options | property | core/ |
Additional database connection options to use in queries. |
StringDatabaseStorage::checkVersion | function | core/ |
Checks whether the string version matches a given version, fix it if not. |
StringDatabaseStorage::countStrings | function | core/ |
Counts source strings. |
StringDatabaseStorage::countTranslations | function | core/ |
Counts translations. |
StringDatabaseStorage::createString | function | core/ |
Creates a source string object bound to this storage but not saved. |
StringDatabaseStorage::createTranslation | function | core/ |
Creates a string translation object bound to this storage but not saved. |
StringDatabaseStorage::dbDelete | function | core/ |
Creates delete query. |
StringDatabaseStorage::dbExecute | function | core/ |
Executes an arbitrary SELECT query string with the injected options. |
StringDatabaseStorage::dbFieldTable | function | core/ |
Gets table alias for field. |
StringDatabaseStorage::dbStringInsert | function | core/ |
Creates a database record for a string object. |
StringDatabaseStorage::dbStringKeys | function | core/ |
Gets keys values that are in a database table. |
StringDatabaseStorage::dbStringLoad | function | core/ |
Loads multiple string objects. |
StringDatabaseStorage::dbStringSelect | function | core/ |
Builds a SELECT query with multiple conditions and fields. |
StringDatabaseStorage::dbStringTable | function | core/ |
Gets table name for storing string object. |
StringDatabaseStorage::dbStringUpdate | function | core/ |
Updates string object in the database. |
StringDatabaseStorage::delete | function | core/ |
Delete string from storage. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.