Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
StubSchema.php file core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php
StubSchema::addField function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Add a new field to a table.
StubSchema::addIndex function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Add an index.
StubSchema::addPrimaryKey function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Add a primary key.
StubSchema::addUniqueKey function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Add a unique key.
StubSchema::changeField function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Change a field definition.
StubSchema::dropField function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Drop a field.
StubSchema::dropIndex function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Drop an index.
StubSchema::dropPrimaryKey function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Drop the primary key.
StubSchema::dropTable function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Drop a table.
StubSchema::dropUniqueKey function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Drop a unique key.
StubSchema::getFieldTypeMap function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Returns a mapping of Drupal schema field names to DB-native field types.
StubSchema::indexExists function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Checks if an index exists in the given table.
StubSchema::renameTable function core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php Rename a table.
StubSourceGeneratorPlugin class core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Defines a stubbed source plugin with a generator as iterator.
StubSourceGeneratorPlugin::$cacheCounts property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should cache the source count.
StubSourceGeneratorPlugin::$skipCount property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should not attempt to count the source.
StubSourceGeneratorPlugin::$trackChanges property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Flags whether to track changes to incoming data.
StubSourceGeneratorPlugin::getCacheCounts function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the cacheCounts value.
StubSourceGeneratorPlugin::getSkipCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the skipCount value.
StubSourceGeneratorPlugin::getTrackChanges function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the trackChanges value.
StubSourceGeneratorPlugin::initializeIterator function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Initializes the iterator with the source data.
StubSourcePlugin class core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Stubbed source plugin for testing base class implementations.
StubSourcePlugin.php file core/modules/migrate/tests/src/Unit/StubSourcePlugin.php
StubSourcePlugin::fields function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Returns available fields on the source.
StubSourcePlugin::getIds function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Defines the source fields uniquely identifying a source row.
StubSourcePlugin::initializeIterator function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Initializes the iterator with the source data.
StubSourcePlugin::setModuleHandler function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Helper for setting internal module handler implementation.
StubSourcePlugin::__toString function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Allows class to decide how it will react when it is treated like a string.
StubSqlBase class core/modules/views/tests/src/Unit/Plugin/pager/StubSqlBase.php A stub pager plugin for testing purposes.
StubSqlBase.php file core/modules/views/tests/src/Unit/Plugin/pager/StubSqlBase.php
StubTestTrait trait core/modules/migrate_drupal/src/Tests/StubTestTrait.php Provides common functionality for testing stubbing.
StubTestTrait trait core/modules/migrate/tests/src/StubTestTrait.php Provides common functionality for testing stubbing.
StubTestTrait.php file core/modules/migrate/tests/src/StubTestTrait.php
StubTestTrait.php file core/modules/migrate_drupal/src/Tests/StubTestTrait.php
StubTestTrait::createEntityStub function core/modules/migrate_drupal/src/Tests/StubTestTrait.php Create a stub of the given entity type.
StubTestTrait::createEntityStub function core/modules/migrate/tests/src/StubTestTrait.php Create a stub of the given entity type.
StubTestTrait::performStubTest function core/modules/migrate/tests/src/StubTestTrait.php Tests that creating a stub of an entity type results in a valid entity.
StubTestTrait::performStubTest function core/modules/migrate_drupal/src/Tests/StubTestTrait.php Tests that creating a stub of an entity type results in a valid entity.
StubTestTrait::validateStub function core/modules/migrate_drupal/src/Tests/StubTestTrait.php Perform validation on a stub entity.
StubTestTrait::validateStub function core/modules/migrate/tests/src/StubTestTrait.php Perform validation on a stub entity.
StubThemeHandler class core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Extends the default theme handler to mock some drupal_ methods.
StubThemeHandler::$clearedCssCache property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the CSS cache was cleared.
StubThemeHandler::$registryRebuild property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the registry should be rebuilt.
StubThemeHandler::clearCssCache function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
StubThemeHandler::themeRegistryRebuild function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
StubTrait trait core/lib/Drupal/Component/Discovery/StubTrait.php Defines an empty trait that can stand in for a missing trait.
StubTrait.php file core/lib/Drupal/Component/Discovery/StubTrait.php
StubUpsert class core/tests/Drupal/Tests/Core/Database/Stub/StubUpsert.php A stub of core Upsert for testing purposes.
StubUpsert.php file core/tests/Drupal/Tests/Core/Database/Stub/StubUpsert.php

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