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