Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
SqlContentEntityStorageTest::testHasData function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests has data.
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple no persistent cache.
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cached.
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cache miss.
SqlContentEntityStorageTest::testOnEntityTypeCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
SqlContentEntityStorageTest::testSetTableMapping function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that setting a new table mapping also updates the table names.
SqlCountCache class core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php Source plugin for Sql count cache test.
SqlCountCache.php file core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php
SqlCountCache::fields function core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php
SqlCountCache::getIds function core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php
SqlCountCache::query function core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php
SqlEntityLoadingTest class core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests the loading of entities and entity revisions.
SqlEntityLoadingTest.php file core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::$modules property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::setUp function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests entity loading with a non-default pending revision in Views.
SqlEntityStorageInterface interface core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php A common interface for SQL-based entity storage implementations.
SqlEntityStorageInterface.php file core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php
SqlEntityStorageInterface::getTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php Gets a table mapping for the entity's SQL tables.
SqlFieldableEntityTypeListenerTrait trait core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Helper methods for EntityTypeListenerInterface.
SqlFieldableEntityTypeListenerTrait.php file core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
SqlFieldableEntityTypeListenerTrait::copyData function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Copies entity data from the original storage to the temporary one.
SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Handles the case when an error occurs during the data copying step.
SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Allows subscribers to do any cleanup necessary after data copying.
SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Allows subscribers to prepare their schema before data copying.
SqlIdMapTest class core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Defines a test SQL ID map for use in tests.
SqlIdMapTest::getFieldSchema function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php
sqlite.info.yml file core/modules/sqlite/sqlite.info.yml core/modules/sqlite/sqlite.info.yml
sqlite.services.yml file core/modules/sqlite/sqlite.services.yml core/modules/sqlite/sqlite.services.yml
sqlite.views.date_sql service core/modules/views/views.services.yml Drupal\views\Plugin\views\query\SqliteDateSql
SqliteCastedIntFieldJoinTest class core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php Tests SQLite specific cast handling.
SqliteCastedIntFieldJoinTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php
SqliteCastedIntFieldJoinTest::$castingType property core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php The db type that should be used for casting fields as integers.
SqliteConnection class core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php SQLite-specific implementation of a PDO connection.
SqliteConnection.php file core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php
SqliteConnection::beginTransaction function core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php
SqliteConnection::commit function core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php
SqliteConnection::rollBack function core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php
SqliteDatabaseExcluder class core/modules/package_manager/src/PathExcluder/SqliteDatabaseExcluder.php Excludes SQLite database files from stage operations.
SqliteDatabaseExcluder.php file core/modules/package_manager/src/PathExcluder/SqliteDatabaseExcluder.php
SqliteDatabaseExcluder::excludeDatabaseFiles function core/modules/package_manager/src/PathExcluder/SqliteDatabaseExcluder.php Excludes SQLite database files from stage operations.
SqliteDatabaseExcluder::getSubscribedEvents function core/modules/package_manager/src/PathExcluder/SqliteDatabaseExcluder.php
SqliteDatabaseExcluder::__construct function core/modules/package_manager/src/PathExcluder/SqliteDatabaseExcluder.php
SqliteDatabaseExcluderTest class core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Tests Sqlite Database Excluder.
SqliteDatabaseExcluderTest.php file core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php
SqliteDatabaseExcluderTest::$mockDatabase property core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php The mocked database connection.
SqliteDatabaseExcluderTest::providerSqliteDatabaseFilesExcluded function core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Data provider for ::testSqliteDatabaseFilesExcluded().
SqliteDatabaseExcluderTest::register function core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php

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