Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
Sql::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves an array of map rows marked as needing update.
Sql::getSourceIdsHash function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves the hash of the source identifier values.
Sql::getTableInfo function core/modules/views/src/Plugin/views/query/Sql.php Get the information associated with a table.
Sql::getTableQueue function core/modules/views/src/Plugin/views/query/Sql.php Returns a reference to the table queue array for this query.
Sql::getWhereArgs function core/modules/views/src/Plugin/views/query/Sql.php Get the arguments attached to the WHERE and HAVING clauses of this query.
Sql::messageTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The name of the database message table.
SqlBase::getCacheContexts function core/modules/views/src/Plugin/views/pager/SqlBase.php The cache contexts associated with this object.
SqlBase::getCacheMaxAge function core/modules/views/src/Plugin/views/pager/SqlBase.php The maximum age for which this object may be cached.
SqlBase::getCacheTags function core/modules/views/src/Plugin/views/pager/SqlBase.php The cache tags associated with this object.
SqlBase::getDatabase function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Gets the database connection object.
SqlBase::getPagerTotal function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlContentEntityStorage::getBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the base table name.
SqlContentEntityStorage::getCustomTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets a table mapping for the specified entity type and storage definitions.
SqlContentEntityStorage::getDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the data table name.
SqlContentEntityStorage::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the base field definitions for a content entity type.
SqlContentEntityStorage::getFromStorage function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets entities from the storage.
SqlContentEntityStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the name of the service for the query for this entity storage.
SqlContentEntityStorage::getRevisionDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the revision data table name.
SqlContentEntityStorage::getRevisionTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the revision table name.
SqlContentEntityStorage::getStorageSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the entity type's storage schema object.
SqlContentEntityStorage::getTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets a table mapping for the entity's SQL tables.
SqlContentEntityStorageSchema::getColumnSchemaRelevantKeys function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Returns a list of column schema keys affecting data storage.
SqlContentEntityStorageSchema::getDedicatedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the SQL schema for a dedicated table.
SqlContentEntityStorageSchema::getEntityIndexName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the name to be used for the given entity index.
SqlContentEntityStorageSchema::getEntitySchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the entity schema for the specified entity type.
SqlContentEntityStorageSchema::getEntitySchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets entity schema definitions for index and key definitions.
SqlContentEntityStorageSchema::getEntitySchemaTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets a list of entity type tables.
SqlContentEntityStorageSchema::getFieldForeignKeys function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets field foreign keys.
SqlContentEntityStorageSchema::getFieldIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets an index schema array for a given field.
SqlContentEntityStorageSchema::getFieldIndexName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Generates an index name for a field data table.
SqlContentEntityStorageSchema::getFieldSchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets field schema data for the given key.
SqlContentEntityStorageSchema::getFieldSchemaIdentifierName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Generates a safe schema identifier (name of an index, column name etc.).
SqlContentEntityStorageSchema::getFieldUniqueKeys function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets a unique key schema array for a given field.
SqlContentEntityStorageSchema::getSchemaFromStorageDefinition function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the schema data for the given field storage definition.
SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Returns a SELECT query suitable for inserting data into a dedicated table.
SqlContentEntityStorageSchema::getSharedTableFieldSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the schema for a single field definition.
SqlContentEntityStorageSchema::getTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Refreshes the table mapping with updated definitions.
SqlContentEntityStorageSchema::getTableNames function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets a list of table names for this entity type, field storage and mapping.
SqlContentEntityStorageSchema::getTemporaryTableMappingPrefix function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets a string to be used as a prefix for a temporary table mapping object.
SqlContentEntityStorageSchemaTest::testGetSchemaBase function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for non-revisionable, non-translatable entities.
SqlContentEntityStorageSchemaTest::testGetSchemaRevisionable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for revisionable, non-translatable entities.
SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for revisionable, translatable entities.
SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for non-revisionable, translatable entities.
SqlContentEntityStorageTest class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @coversDefaultClass \Drupal\Core\Entity\Sql\SqlContentEntityStorage[[api-linebreak]]
@group Entity
SqlContentEntityStorageTest.php file core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Contains \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTest.
SqlContentEntityStorageTest::$cache property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The cache backend to use.
SqlContentEntityStorageTest::$connection property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The database connection to use.
SqlContentEntityStorageTest::$container property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The dependency injection container.
SqlContentEntityStorageTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The mocked entity field manager used in this test.
SqlContentEntityStorageTest::$entityStorage property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The content entity database storage used in this test.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.