Skip to content

Commit f596bc5

Browse files
Added all modules to the batch package category.
1 parent e006234 commit f596bc5

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

drupal_batch_examples.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Drupal Batch Examples'
22
type: module
33
description: 'A set of modules that show examples of the batch API.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch additions example'
22
type: module
33
description: 'An example of adding a batch inside a running batch.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch AJAX example'
22
type: module
33
description: 'An example of running batch via AJAX.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch class example'
22
type: module
33
description: 'An example of running batch via a class. Includes Drush support.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch controller example'
22
type: module
33
description: 'An example of running a batch in a self contained controller.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch CSV example'
22
type: module
33
description: 'An example of using the batch API to process a CSV file.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch download example'
22
type: module
33
description: 'An example of using batch to generate a file for download.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch finished example'
22
type: module
33
description: 'An example of using the finished property of the batch API.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch form example'
22
type: module
33
description: 'An example of running a batch in a self contained form.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Batch update example'
22
type: module
33
description: 'An example of using the built in update batch.'
4-
package: Custom
4+
package: Batch
55
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal_batch_examples:drupal_batch_examples

0 commit comments

Comments
 (0)