You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
* The results of the query, and the state of the iterations are stored in the
264
264
* sandbox.
265
265
*
266
-
* This function requires the Entity API module to be enabled.
267
-
*
268
266
* @param $sandbox
269
267
* The sandbox passed to the drupal hook hook that this function is called from.
270
268
* @param string $entity_type
271
269
* The entity type to iterate over.
272
-
* @param string $bundle
273
-
* The bundle to iterate over.
270
+
* @param NULL|string $bundle
271
+
* The bundle to iterate over or NULL to iterate over all bundles for the
272
+
* given entity type.
274
273
* @param $fields
275
-
* An associative array of fields to set the default value for. Keys are the field names, and values are either scalar (and then ignored) or an array of language codes to check and set the default values for.
274
+
* An associative array of fields to set the default value for. Keys are the
275
+
* field names, and values are either scalar (and then ignored) or an array
276
+
* of language codes to check and set the default values for.
276
277
* @param int $entities_per_pass
277
278
* The number of entities to load and process in each batch iteration.
0 commit comments