We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RevisionableStorageInterface::loadRevision
1 parent 7974935 commit 7e019f7Copy full SHA for 7e019f7
stubs/Drupal/Core/Entity/RevisionableStorageInterface.stub
@@ -5,7 +5,7 @@ namespace Drupal\Core\Entity;
5
interface RevisionableStorageInterface extends EntityStorageInterface {
6
7
/**
8
- * @param int|numeric-string $revision_id
+ * @param int|numeric-string|string $revision_id
9
* @return \Drupal\Core\Entity\RevisionableInterface|null
10
*/
11
public function loadRevision($revision_id);
0 commit comments