Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable | function | core/ |
Tests the schema for revisionable, translatable entities. |
| SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable | function | core/ |
Tests the schema for non-revisionable, translatable entities. |
| SqlContentEntityStorageTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Sql\SqlContentEntityStorage[[api-linebreak]] @group Entity |
| SqlContentEntityStorageTest.php | file | core/ |
Contains \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTest. |
| SqlContentEntityStorageTest::$cache | property | core/ |
The cache backend to use. |
| SqlContentEntityStorageTest::$connection | property | core/ |
The database connection to use. |
| SqlContentEntityStorageTest::$container | property | core/ |
The dependency injection container. |
| SqlContentEntityStorageTest::$entityFieldManager | property | core/ |
The mocked entity field manager used in this test. |
| SqlContentEntityStorageTest::$entityStorage | property | core/ |
The content entity database storage used in this test. |
| SqlContentEntityStorageTest::$entityType | property | core/ |
The mocked entity type used in this test. |
| SqlContentEntityStorageTest::$entityTypeBundleInfo | property | core/ |
The mocked entity type bundle info used in this test. |
| SqlContentEntityStorageTest::$entityTypeId | property | core/ |
The entity type ID. |
| SqlContentEntityStorageTest::$entityTypeManager | property | core/ |
The mocked entity type manager used in this test. |
| SqlContentEntityStorageTest::$fieldDefinitions | property | core/ |
An array of field definitions used for this test, keyed by field name. |
| SqlContentEntityStorageTest::$languageManager | property | core/ |
The language manager. |
| SqlContentEntityStorageTest::$moduleHandler | property | core/ |
The module handler. |
| SqlContentEntityStorageTest::mockFieldDefinitions | function | core/ |
Returns a set of mock field definitions for the given names. |
| SqlContentEntityStorageTest::providerTestGetBaseTable | function | core/ |
Provides test data for testGetBaseTable(). |
| SqlContentEntityStorageTest::providerTestGetRevisionDataTable | function | core/ |
Provides test data for testGetRevisionDataTable(). |
| SqlContentEntityStorageTest::providerTestGetRevisionTable | function | core/ |
Provides test data for testGetRevisionTable(). |
| SqlContentEntityStorageTest::providerTestGetTableMappingSimple | function | core/ |
Provides test data for testGetTableMappingSimple(). |
| SqlContentEntityStorageTest::setUp | function | core/ |
|
| SqlContentEntityStorageTest::setUpEntityStorage | function | core/ |
Sets up the content entity database storage. |
| SqlContentEntityStorageTest::setUpModuleHandlerNoImplementations | function | core/ |
Sets up the module handler with no implementations. |
| SqlContentEntityStorageTest::testCleanIds | function | core/ |
Tests entity ID sanitization. |
| SqlContentEntityStorageTest::testCreate | function | core/ |
@covers ::create[[api-linebreak]] |
| SqlContentEntityStorageTest::testGetBaseTable | function | core/ |
Tests SqlContentEntityStorage::getBaseTable(). |
Pagination
- Previous page
- Page 179
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.