Skip to content
Snippets Groups Projects

#3274419 Makes BaseFieldOverride inherit the internal property from the base field.

Closed #3274419 Makes BaseFieldOverride inherit the internal property from the base field.
Closed marios anagnostopoulos requested to merge issue/drupal-3274419:3274419-10.x into 9.5.x
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -34,9 +34,8 @@
* $context['sandbox'] will be there the next time this function is called
* for the current operation. For example, an operation may wish to store a
* pointer in a file or an offset for a large query. The 'sandbox' array key
* is not initially set when this callback is first called, which makes it
* useful for determining whether it is the first call of the callback or
* not:
* is empty when this callback is first called, which makes it useful for
* determining whether it is the first call of the callback or not:
* @code
* if (empty($context['sandbox'])) {
* // Perform set-up steps here.
Loading