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 |
|---|---|---|---|
| PoItem::isPlural | function | core/ |
Get if the translation has plural values. |
| PoItem::setComment | function | core/ |
Set the comment of this translation. |
| PoItem::setContext | function | core/ |
Set the context this translation belongs to. |
| PoItem::setFromArray | function | core/ |
Create the PoItem from a structured array. |
| PoItem::setLangcode | function | core/ |
Set the language code of the current language. |
| PoItem::setPlural | function | core/ |
Set if the translation has plural values. |
| PoItem::setSource | function | core/ |
Set the source string or the array of strings if the translation has plurals. |
| PoItem::setTranslation | function | core/ |
Set the translation string or the array of strings if the translation has plurals. |
| PoItem::__toString | function | core/ |
Output the PoItem as a string. |
| PoMemoryWriter::$items | property | core/ |
Array to hold all PoItem elements. |
| PoMemoryWriter::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader(). |
| PoMemoryWriter::setLangcode | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface:setLangcode(). |
| PoMemoryWriter::writeItems | function | core/ |
Writes all or the given amount of items. |
| PoMemoryWriter::__construct | function | core/ |
Constructor, initialize empty items. |
| PoMetadataInterface::setHeader | function | core/ |
Set header metadata. |
| PoMetadataInterface::setLangcode | function | core/ |
Set language code. |
| position-container.module.css | file | core/ |
/* * @file * Contain positioned elements. */ .position-container { position: relative; } |
| position-container.module.css | file | core/ |
/* * @file * Contain positioned elements. */ .position-container { position: relative; } |
| PostgresqlConnectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Driver\pgsql\Connection[[api-linebreak]] @group Database |
| PostgresqlConnectionTest.php | file | core/ |
|
| PostgresqlConnectionTest::$mockPdo | property | core/ |
Mock PDO object for use in tests. |
| PostgresqlConnectionTest::providerEscapeAlias | function | core/ |
Data provider for testEscapeAlias. |
| PostgresqlConnectionTest::providerEscapeFields | function | core/ |
Data provider for testEscapeField. |
| PostgresqlConnectionTest::providerEscapeTables | function | core/ |
Data provider for testEscapeTable. |
| PostgresqlConnectionTest::setUp | function | core/ |
|
| PostgresqlConnectionTest::testEscapeAlias | function | core/ |
@covers ::escapeAlias[[api-linebreak]] @dataProvider providerEscapeAlias |
| PostgresqlConnectionTest::testEscapeField | function | core/ |
@covers ::escapeField[[api-linebreak]] @dataProvider providerEscapeFields |
| PostgresqlConnectionTest::testEscapeTable | function | core/ |
@covers ::escapeTable[[api-linebreak]] @dataProvider providerEscapeTables |
| PostgresqlDateSql | class | core/ |
PostgreSQL-specific date handling. |
| PostgresqlDateSql.php | file | core/ |
|
| PostgresqlDateSql::$database | property | core/ |
The database connection. |
| PostgresqlDateSql::$replace | property | core/ |
An array of PHP-to-PostgreSQL replacement patterns. |
| PostgresqlDateSql::getDateField | function | core/ |
Returns a native database expression for a given field. |
| PostgresqlDateSql::getDateFormat | function | core/ |
Creates a native database date formatting. |
| PostgresqlDateSql::setFieldTimezoneOffset | function | core/ |
Applies the given offset to the given field. |
| PostgresqlDateSql::setTimezoneOffset | function | core/ |
Set the database to the given timezone. |
| PostgresqlDateSql::__construct | function | core/ |
Constructs the PostgreSQL-specific date sql class. |
| PostgresqlDateSqlTest | class | core/ |
Tests the PostgreSQL-specific date query handler. |
| PostgresqlDateSqlTest.php | file | core/ |
|
| PostgresqlDateSqlTest::$database | property | core/ |
The mocked database service. |
| PostgresqlDateSqlTest::providerTestGetDateFormat | function | core/ |
Provider for date formatting test. |
| PostgresqlDateSqlTest::setUp | function | core/ |
|
| PostgresqlDateSqlTest::testGetDateField | function | core/ |
Tests the getDateField method. |
| PostgresqlDateSqlTest::testGetDateFormat | function | core/ |
Tests date formatting replacement. |
| PostgresqlDateSqlTest::testSetFieldTimezoneOffset | function | core/ |
Tests timezone offset formatting. |
| PostgresqlDateSqlTest::testSetTimezoneOffset | function | core/ |
Tests setting the database offset. |
| PostgresqlSchemaTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Driver\pgsql\Schema[[api-linebreak]] @group Database |
| PostgresqlSchemaTest.php | file | core/ |
|
| PostgresqlSchemaTest::$connection | property | core/ |
The PostgreSql DB connection. |
| PostgresqlSchemaTest::providerComputedConstraintName | function | core/ |
Data provider for ::testComputedConstraintName(). |
Pagination
- Previous page
- Page 960
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.