Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c39c42c3
Commit
c39c42c3
authored
Dec 02, 2014
by
alexpott
Browse files
Issue
#2380377
by jhedstrom: Fix BatchStorageInterface::delete
parent
b4c0a16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Batch/BatchStorageInterface.php
View file @
c39c42c3
...
...
@@ -7,7 +7,9 @@
namespace
Drupal\Core\Batch
;
/**
* Defines a common interface for batch storage operations.
*/
interface
BatchStorageInterface
{
/**
...
...
@@ -38,7 +40,7 @@ public function create(array $batch);
public
function
update
(
array
$batch
);
/**
*
Load
s a batch.
*
Delete
s a batch.
*
* @param int $id
* The ID of the batch to delete.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment