Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
Sql::$sourceIdFields property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source ID fields.
Sql::$sourceIds property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source identifiers.
Sql::destinationIdFields function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The destination ID fields.
Sql::getHighestId function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the highest ID tracked by the implementing plugin.
Sql::getSourceIdsHash function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves the hash of the source identifier values.
Sql::lookupDestinationIds function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the destination identifiers corresponding to a source key.
Sql::lookupSourceId function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the source identifier.
Sql::saveIdMapping function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a mapping from the source identifiers to the destination identifiers.
Sql::sourceIdFields function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source ID fields.
Sql::SOURCE_IDS_HASH constant core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Column name of hashed source id values.
Sql::valid function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Implementation of \Iterator::valid().
SqlBase::exposedFormValidate function core/modules/views/src/Plugin/views/pager/SqlBase.php Allows the exposed form to be validated.
SqlBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/SqlBase.php Provide the default form for validating options.
SqlBaseTest::highWaterDataProvider function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Data provider for ::testHighWater().
SqlBaseTest::sqlBaseTestProvider function core/modules/migrate/tests/src/Unit/SqlBaseTest.php The data provider for SqlBase.
SqlContentEntityStorageSchema::getFieldSchemaIdentifierName function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Generates a safe schema identifier (name of an index, column name etc.).
SqlContentEntityStorageSchema::processIdentifierSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the specified entity key.
SqlContentEntityStorageSchemaTest::providerSchemaCastValue function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Provides data for testCastValue().
SqlContentEntityStorageSchemaTest::providerTestRequiresEntityDataMigration function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
SqlContentEntityStorageSchemaTest::providerTestRequiresEntityStorageSchemaChanges function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Data provider for ::testRequiresEntityStorageSchemaChanges().
SqlContentEntityStorageSchemaTest::testDedicatedTableSchemaForEntityWithStringIdentifier function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for a field dedicated table for an entity with a string identifier.
SqlContentEntityStorageTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The entity type ID.
SqlContentEntityStorageTest::providerTestGetBaseTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetBaseTable().
SqlContentEntityStorageTest::providerTestGetRevisionDataTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetRevisionDataTable().
SqlContentEntityStorageTest::providerTestGetRevisionTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetRevisionTable().
SqlContentEntityStorageTest::providerTestGetTableMappingSimple function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetTableMappingSimple().
SqlContentEntityStorageTest::testCleanIds function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests entity ID sanitization.
SqlCountCache::getIds function core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php Defines the source fields uniquely identifying a source row.
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 Gets the field schema.
SqliteDatabaseExcluderTest::providerSqliteDatabaseFilesExcluded function core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Data provider for ::testSqliteDatabaseFilesExcluded().
SqliteDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Provider for date formatting test.
SqlModeTest::testQuotingIdentifiers function core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Tests quoting identifiers in queries.
SqlModeTest::testQuotingIdentifiers function core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php Tests quoting identifiers in queries.
SqlTest::providerTestEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testEnsureTables.
SqlTest::providerTestFailEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testFailEnsureTables.
Stable9LibraryOverrideTest class core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php Tests Stable 9's library overrides.
Stable9LibraryOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
Stable9LibraryOverrideTest::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php A list of libraries to skip checking, in the format extension/library_name.
Stable9LibraryOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php Modules to install.
Stable9LibraryOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
Stable9LibraryOverrideTest::testStable9LibraryOverrides function core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php Ensures that Stable 9 overrides all relevant core library assets.
Stable9TemplateOverrideTest class core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Tests Stable 9's template overrides.
Stable9TemplateOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Stable9TemplateOverrideTest::$allModules property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php A list of all core modules.
Stable9TemplateOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Modules to install.
Stable9TemplateOverrideTest::$templatesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php An array of template names to skip, without the extension.
Stable9TemplateOverrideTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php The theme handler.
Stable9TemplateOverrideTest::installAllModules function core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Installs all core modules.
Stable9TemplateOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php

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