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 |
|---|---|---|---|
| StubConfigEntity | class | core/ |
A stub extending ConfigEntityBase for testing purposes. |
| StubConfigEntity.php | file | core/ |
|
| StubConnection | class | core/ |
A stub of the abstract Connection class for testing purposes. |
| StubConnection.php | file | core/ |
|
| StubConnection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
| StubConnection::$statementWrapperClass | property | core/ |
The name of the StatementWrapper class for this connection. |
| StubConnection::condition | function | core/ |
Prepares and returns a CONDITION query object. |
| StubConnection::createDatabase | function | core/ |
Creates a database. |
| StubConnection::databaseType | function | core/ |
Returns the name of the database engine accessed by this driver. |
| StubConnection::driver | function | core/ |
Returns the type of database driver. |
| StubConnection::exceptionHandler | function | core/ |
Returns the database exceptions handler. |
| StubConnection::insert | function | core/ |
Prepares and returns an INSERT query object. |
| StubConnection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
| StubConnection::open | function | core/ |
Opens a client connection. |
| StubConnection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
| StubConnection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
| StubConnection::testLogCaller | function | core/ |
Helper method to test database classes are not included in backtraces. |
| StubConnection::upsert | function | core/ |
Prepares and returns an UPSERT query object. |
| StubConnection::__construct | function | core/ |
Constructs a Connection object. |
| StubControllerBase | class | core/ |
Stubs ControllerBase. |
| StubControllerBase.php | file | core/ |
|
| StubEntityBase | class | core/ |
A stub base entity for testing purposes. |
| StubEntityBase.php | file | core/ |
|
| StubEntityBase::$id | property | core/ |
The ID for the stub entity. |
| StubEntityBase::$label | property | core/ |
The label for the stub entity. |
| StubEntityBase::$langcode | property | core/ |
The language code for the stub entity. |
| StubEntityBase::$uuid | property | core/ |
The UUID for the stub entity. |
| StubEntityHandlerBase | class | core/ |
A stub base entity handler for testing purposes. |
| StubEntityHandlerBase.php | file | core/ |
|
| StubEntityHandlerBase::$moduleHandler | property | core/ |
The module handler to invoke hooks on. |
| StubEntityHandlerBase::$stringTranslation | property | core/ |
The string translation service. |
| StubEntityStorageBase | class | core/ |
A stub base entity storage for testing purposes. |
| StubEntityStorageBase.php | file | core/ |
|
| StubEntityStorageBase::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| StubEntityStorageBase::doDelete | function | core/ |
Performs storage-specific entity deletion. |
| StubEntityStorageBase::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
| StubEntityStorageBase::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| StubEntityStorageBase::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| StubEntityStorageBase::has | function | core/ |
Determines if this entity already exists in storage. |
| StubFallbackPluginManager | class | core/ |
Stubs \Drupal\Component\Plugin\FallbackPluginManagerInterface. |
| StubFallbackPluginManager.php | file | core/ |
|
| StubFallbackPluginManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
| StubFieldItemBase | class | core/ |
A stub field item base entity for testing purposes. |
| StubFieldItemBase.php | file | core/ |
|
| StubFieldItemBase::propertyDefinitions | function | core/ |
Defines field item properties. |
| StubFieldItemBase::schema | function | core/ |
Returns the schema for the field. |
| StubFieldItemBase::__construct | function | core/ |
Constructs a TypedData object given its definition and context. |
| StubForm | class | core/ |
Provides a stub form for testing purposes. |
| StubForm.php | file | core/ |
|
| StubForm::$form | property | core/ |
The form array. |
Pagination
- Previous page
- Page 1331
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.