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 |
|---|---|---|---|
| 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. |
| StubFormSubmitter | class | core/ |
Provides a stub FormSubmitter that doesn't depend on batch_get(). |
| StubFormSubmitter.php | file | core/ |
|
| StubFormSubmitter::batchGet | function | core/ |
Wraps batch_get(). |
| StubLockBackendAbstract | class | core/ |
A stub of the abstract LockBackendAbstract class for testing purposes. |
| StubLockBackendAbstract.php | file | core/ |
|
| StubLockBackendAbstract::acquire | function | core/ |
Acquires a lock. |
| StubLockBackendAbstract::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| StubLockBackendAbstract::release | function | core/ |
Releases the given lock. |
| StubLockBackendAbstract::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| StubNegotiationMiddleware | class | core/ |
Stub class for testing NegotiationMiddleware. |
| StubNegotiationMiddleware::getContentType | function | core/ |
Gets the normalized type of a request. |
| StubPagerPluginBase | class | core/ |
A stub pager plugin for testing purposes. |
| StubPagerPluginBase.php | file | core/ |
|
| StubPathMatcher | class | core/ |
A class extending PatchMatcher for testing purposes. |
| StubPathMatcher.php | file | core/ |
|
| StubPathMatcher::isFrontPage | function | core/ |
Checks if the current page is the front page. |
| StubPDO | class | core/ |
A stub of \PDO for testing purposes. |
| StubPDO.php | file | core/ |
|
| StubPDO::__construct | function | core/ |
Construction method. |
| StubPluginBase | class | core/ |
A class extending PluginBase for testing purposes. |
| StubPluginBase.php | file | core/ |
|
| StubPluginManagerBase | class | core/ |
A class extending PluginManagerBase for testing purposes. |
| StubPluginManagerBase.php | file | core/ |
|
| 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/ |
Handles a DELETE request. |
| StubRequestHandlerResourcePlugin::get | function | core/ |
Handles a GET request. |
| StubRequestHandlerResourcePlugin::patch | function | core/ |
Handles a PATCH request. |
| StubRequestHandlerResourcePlugin::post | function | core/ |
Handles a POST request. |
| StubRevisionableEntity | class | core/ |
A stub revisionable entity for testing purposes. |
| StubRevisionableEntity.php | file | core/ |
|
| StubRevisionableEntity::getLoadedRevisionId | function | core/ |
Gets the loaded Revision ID of the entity. |
| StubRevisionableEntity::getRevisionId | function | core/ |
Gets the revision identifier of the entity. |
| StubRevisionableEntity::isDefaultRevision | function | core/ |
Checks if this entity is the default revision. |
| StubRevisionableEntity::isLatestRevision | function | core/ |
Checks if this entity is the latest revision. |
| StubRevisionableEntity::isNewRevision | function | core/ |
Determines whether a new revision should be created on save. |
| StubRevisionableEntity::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
| StubRevisionableEntity::setNewRevision | function | core/ |
Enforces an entity to be saved as a new revision. |
| StubRevisionableEntity::updateLoadedRevisionId | function | core/ |
Updates the loaded Revision ID with the revision ID. |
| StubRevisionableEntity::wasDefaultRevision | function | core/ |
Checks whether the entity object was a default revision when it was saved. |
| StubSchema | class | core/ |
A stub of the abstract Schema class for testing purposes. |
Pagination
- Previous page
- Page 1332
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.