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 |
|---|---|---|---|
| SourceString | class | core/ |
Defines the locale source string object. |
| SourceString.php | file | core/ |
|
| SourceString::getString | function | core/ |
Gets plain string contained in this object. |
| SourceString::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
| SourceString::isSource | function | core/ |
Checks whether the object is a source string. |
| SourceString::isTranslation | function | core/ |
Checks whether the object is a translation string. |
| SourceString::setString | function | core/ |
Sets the string contained in this object. |
| SpaceUsedTest | class | core/ |
Tests the spaceUsed() function. |
| SpaceUsedTest.php | file | core/ |
|
| SpaceUsedTest::createFileWithSize | function | core/ |
Creates a file with a given size. |
| SpaceUsedTest::setUp | function | core/ |
|
| SpaceUsedTest::testFileSpaceUsed | function | core/ |
Tests different users with the default status. |
| special-characters.css | file | core/ |
.ckeditor5-toolbar-button-specialCharacters { background-image: url(../icons/special-characters.svg); } |
| SpecialAttributesRouteSubscriber | class | core/ |
Provides a route subscriber which checks for invalid pattern variables. |
| SpecialAttributesRouteSubscriber.php | file | core/ |
|
| SpecialAttributesRouteSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
| SpecialAttributesRouteSubscriber::onAlterRoutes | function | core/ |
Delegates the route altering to self::alterRoutes(). |
| SpecialAttributesRouteSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber[[api-linebreak]] @group EventSubscriber |
| SpecialAttributesRouteSubscriberTest.php | file | core/ |
|
| SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingInvalidVariables | function | core/ |
Provides a list of routes with invalid route variables. |
| SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingValidVariables | function | core/ |
Provides a list of routes with valid route variables. |
| SpecialAttributesRouteSubscriberTest::testOnRouteBuildingInvalidVariables | function | core/ |
Tests the onAlterRoutes method for invalid variables. |
| SpecialAttributesRouteSubscriberTest::testOnRouteBuildingValidVariables | function | core/ |
Tests the onAlterRoutes method for valid variables. |
| Sql | class | core/ |
Defines the sql based ID map implementation. |
| Sql | class | core/ |
Views query plugin for an SQL query. |
| sql-1.txt | file | core/ |
SELECT invalid_field FROM {invalid_table} |
| Sql.php | file | core/ |
|
| Sql.php | file | core/ |
|
| Sql::$count_field | property | core/ |
The count field definition. |
| Sql::$currentKey | property | core/ |
The current key. |
| Sql::$currentRow | property | core/ |
The current row. |
| Sql::$database | property | core/ |
The database connection for the map/message tables on the destination. |
| Sql::$dateSql | property | core/ |
The database-specific date handler. |
| Sql::$destinationIdFields | property | core/ |
The destination ID fields. |
| Sql::$destinationIds | property | core/ |
The destination identifiers. |
| Sql::$distinct | property | core/ |
A flag as to whether or not to make the primary field distinct. |
| Sql::$entityTypeManager | property | core/ |
The entity type manager. |
| Sql::$eventDispatcher | property | core/ |
An event dispatcher instance to use for map events. |
| Sql::$fieldAliases | property | core/ |
An array mapping table aliases and field names to field aliases. |
| Sql::$fields | property | core/ |
An array of fields. |
| Sql::$getCountOptimized | property | core/ |
Should this query be optimized for counts, for example no sorts. |
| Sql::$groupby | property | core/ |
A simple array of group by clauses. |
| Sql::$hasAggregate | property | core/ |
|
| Sql::$having | property | core/ |
An array of sections of the HAVING query. |
| Sql::$initialized | property | core/ |
Whether the plugin is already initialized. |
| Sql::$mapTableName | property | core/ |
The migration map table name. |
| Sql::$message | property | core/ |
The migrate message service. |
| Sql::$messageTableName | property | core/ |
The message table name. |
| Sql::$messenger | property | core/ |
The messenger. |
| Sql::$migration | property | core/ |
The migration being done. |
Pagination
- Previous page
- Page 1186
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.