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

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