Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| string_translator.locale.lookup | service | core/ |
Drupal\locale\LocaleTranslation |
| 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::$statementClass | property | core/ |
The name of the Statement class for this connection. |
| StubConnection::$statementWrapperClass | property | core/ |
The name of the StatementWrapper class for this connection. |
| 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::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
| StubConnection::nextId | function | core/ |
Retrieves a unique ID from a given sequence. |
| StubConnection::open | function | core/ |
Opens a client connection. |
| StubConnection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
| StubConnection::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
| StubConnection::testLogCaller | function | core/ |
Helper method to test database classes are not included in backtraces. |
| StubConnection::__construct | function | core/ |
Constructs a Connection object. |
| StubFallbackPluginManager | class | core/ |
Stubs \Drupal\Component\Plugin\FallbackPluginManagerInterface. |
| StubFallbackPluginManager.php | file | core/ |
|
| StubFallbackPluginManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
| StubForm | class | core/ |
Provides a stub form for testing purposes. |
| StubForm.php | file | core/ |
|
| StubForm::$form | property | core/ |
The form array. |
| StubForm::$formId | property | core/ |
The form ID. |
| StubForm::buildForm | function | core/ |
Form constructor. |
| StubForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| StubForm::submitForm | function | core/ |
Form submission handler. |
| StubForm::__construct | function | core/ |
Constructs a StubForm. |
| StubNegotiationMiddleware | class | core/ |
|
| StubNegotiationMiddleware::getContentType | function | core/ |
Gets the normalized type of a request. |
| StubPDO | class | core/ |
A stub of \PDO for testing purposes. |
| StubPDO.php | file | core/ |
|
| StubPDO::__construct | function | core/ |
Construction method. |
| StubPluginManagerBaseWithMapper | class | core/ |
Stubs \Drupal\Component\Plugin\PluginManagerBase to take a MapperInterface. |
| StubPluginManagerBaseWithMapper.php | file | core/ |
|
| StubPluginManagerBaseWithMapper::__construct | function | core/ |
Constructs a new instance. |
| StubReflectionFactory | class | core/ |
Override ReflectionFactory because ::createInstance() calls a static method. |
| StubReflectionFactory::getPluginClass | function | core/ |
Finds the class relevant for a given plugin. |
| StubRequestHandlerResourcePlugin | class | core/ |
Stub class where we can prophesize methods. |
| StubRequestHandlerResourcePlugin::delete | function | core/ |
|
| StubRequestHandlerResourcePlugin::get | function | core/ |
|
| StubRequestHandlerResourcePlugin::patch | function | core/ |
|
| StubRequestHandlerResourcePlugin::post | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 1195
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.