Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sql::getDateFormat | function | core/ |
Creates cross-database date formatting. |
| Sql::getFieldAlias | function | core/ |
Returns the alias for the given field added to $table. |
| Sql::getFieldSchema | function | core/ |
Creates schema from an ID definition. |
| Sql::getHighestId | function | core/ |
Returns the highest ID tracked by the implementing plugin. |
| Sql::getJoinData | function | core/ |
Retrieve join data from the larger join data cache. |
| Sql::getMessages | function | core/ |
Retrieves a traversable object of messages related to source records. |
| Sql::getNonAggregates | function | core/ |
Returns a list of non-aggregates to be added to the "group by" clause. |
| Sql::getQualifiedMapTableName | function | core/ |
Get the fully qualified map table name. |
| Sql::getRowByDestination | function | core/ |
Retrieves a row by the destination identifiers. |
| Sql::getRowBySource | function | core/ |
Retrieves a row from the map table based on source identifier values. |
| Sql::getRowsNeedingUpdate | function | core/ |
Retrieves an array of map rows marked as needing update. |
| Sql::getSourceIdsHash | function | core/ |
Retrieves the hash of the source identifier values. |
| Sql::getTableInfo | function | core/ |
Get the information associated with a table. |
| Sql::getTableQueue | function | core/ |
Returns a reference to the table queue array for this query. |
| Sql::getWhereArgs | function | core/ |
Get the arguments attached to the WHERE and HAVING clauses of this query. |
| Sql::messageTableName | function | core/ |
The name of the database message table. |
| SqlBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| SqlBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| SqlBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| SqlBase::getDatabase | function | core/ |
Gets the database connection object. |
| SqlBase::getPagerTotal | function | core/ |
Gets the total number of pages. |
| SqlContentEntityStorage::getBaseTable | function | core/ |
Gets the base table name. |
| SqlContentEntityStorage::getCustomTableMapping | function | core/ |
Gets a table mapping for the specified entity type and storage definitions. |
| SqlContentEntityStorage::getDataTable | function | core/ |
Gets the data table name. |
| SqlContentEntityStorage::getFromStorage | function | core/ |
Gets entities from the storage. |
| SqlContentEntityStorage::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| SqlContentEntityStorage::getRevisionDataTable | function | core/ |
Gets the revision data table name. |
| SqlContentEntityStorage::getRevisionTable | function | core/ |
Gets the revision table name. |
| SqlContentEntityStorage::getStorageSchema | function | core/ |
Gets the entity type's storage schema object. |
| SqlContentEntityStorage::getTableMapping | function | core/ |
Gets a table mapping for the entity's SQL tables. |
| SqlContentEntityStorageSchema::getColumnSchemaRelevantKeys | function | core/ |
Returns a list of column schema keys affecting data storage. |
| SqlContentEntityStorageSchema::getDedicatedTableSchema | function | core/ |
Gets the SQL schema for a dedicated table. |
| SqlContentEntityStorageSchema::getEntityIndexName | function | core/ |
Gets the name to be used for the given entity index. |
| SqlContentEntityStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
| SqlContentEntityStorageSchema::getEntitySchemaData | function | core/ |
Gets entity schema definitions for index and key definitions. |
| SqlContentEntityStorageSchema::getEntitySchemaTables | function | core/ |
Gets a list of entity type tables. |
| SqlContentEntityStorageSchema::getFieldForeignKeys | function | core/ |
Gets field foreign keys. |
| SqlContentEntityStorageSchema::getFieldIndexes | function | core/ |
Gets an index schema array for a given field. |
| SqlContentEntityStorageSchema::getFieldIndexName | function | core/ |
Generates an index name for a field data table. |
| SqlContentEntityStorageSchema::getFieldSchemaData | function | core/ |
Gets field schema data for the given key. |
| SqlContentEntityStorageSchema::getFieldSchemaIdentifierName | function | core/ |
Generates a safe schema identifier (name of an index, column name etc.). |
| SqlContentEntityStorageSchema::getFieldUniqueKeys | function | core/ |
Gets a unique key schema array for a given field. |
| SqlContentEntityStorageSchema::getSchemaFromStorageDefinition | function | core/ |
Gets the schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion | function | core/ |
Returns a SELECT query suitable for inserting data into a dedicated table. |
| SqlContentEntityStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| SqlContentEntityStorageSchema::getTableMapping | function | core/ |
Refreshes the table mapping with updated definitions. |
| SqlContentEntityStorageSchema::getTableNames | function | core/ |
Gets a list of table names for this entity type, field storage and mapping. |
| SqlContentEntityStorageSchema::getTemporaryTableMappingPrefix | function | core/ |
Gets a string to be used as a prefix for a temporary table mapping object. |
| SqlContentEntityStorageSchemaTest::testGetSchemaBase | function | core/ |
Tests the schema for non-revisionable, non-translatable entities. |
| SqlContentEntityStorageSchemaTest::testGetSchemaRevisionable | function | core/ |
Tests the schema for revisionable, non-translatable entities. |
Pagination
- Previous page
- Page 194
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.