Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SqlTest class core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests that the migrate map table is created.
SqlTest.php file core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php
SqlTest.php file core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php
SqlTest::$database property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Database connection.
SqlTest::$eventDispatcher property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Prophesized event dispatcher.
SqlTest::$migrationDefinition property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Definition of a test migration.
SqlTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php The migration plugin manager.
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.
SqlTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php
SqlTest::setupEntityTypeManager function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the entity type manager in the container.
SqlTest::setupEntityTypes function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up some test entity types and corresponding views data.
SqlTest::setupViewsData function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the views data in the container.
SqlTest::setupViewWithRelationships function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Create a view with a relationship.
SqlTest::testEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests that ensureTables creates the migrate map table.
SqlTest::testFailEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests exception is thrown in ensureTables fails.
SqlTest::testGetCacheMaxAge function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::getCacheTags[[api-linebreak]]
@covers ::getAllEntities[[api-linebreak]]
SqlTest::testGetCacheTags function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::getCacheTags[[api-linebreak]]
@covers ::getAllEntities[[api-linebreak]]
SqlTest::testLoadEntitiesWithEmptyResult function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithNonEntityRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithNoRelationshipAndNoRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRelationshipAndRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRevisionOfSameEntityType function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SSH class core/lib/Drupal/Core/FileTransfer/SSH.php The SSH connection class for the update module.
SSH.php file core/lib/Drupal/Core/FileTransfer/SSH.php
SSH::chmodJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Changes the permissions of the file / directory specified in $path.
SSH::connect function core/lib/Drupal/Core/FileTransfer/SSH.php Connects to the server.
SSH::copyDirectoryJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Copies a directory.
SSH::copyFileJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Copies a file.
SSH::createDirectoryJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Creates a directory.
SSH::factory function core/lib/Drupal/Core/FileTransfer/SSH.php Defines a factory method for this class.
SSH::getSettingsForm function core/lib/Drupal/Core/FileTransfer/SSH.php Returns a form to collect connection settings credentials.
SSH::isDirectory function core/lib/Drupal/Core/FileTransfer/SSH.php Implements Drupal\Core\FileTransfer\FileTransfer::isDirectory().
SSH::isFile function core/lib/Drupal/Core/FileTransfer/SSH.php Checks if a particular path is a file (not a directory).
SSH::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Removes a directory.
SSH::removeFileJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Removes a file.
SSH::__construct function core/lib/Drupal/Core/FileTransfer/SSH.php Constructs a Drupal\Core\FileTransfer\FileTransfer object.
stable.info.yml file core/themes/stable/stable.info.yml core/themes/stable/stable.info.yml
stable.libraries.yml file core/themes/stable/stable.libraries.yml core/themes/stable/stable.libraries.yml
stable.theme file core/themes/stable/stable.theme Functions to support theming in the Stable theme.
stable9.info.yml file core/themes/stable9/stable9.info.yml core/themes/stable9/stable9.info.yml
stable9.libraries.yml file core/themes/stable9/stable9.libraries.yml core/themes/stable9/stable9.libraries.yml
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::$modules property core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php Modules to enable.
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.

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