I'm getting this warning settings classes to the toggle_on__attributes property:

Warning: Array to string conversion in Drupal\Core\Template\AttributeArray->__toString() (line 74 of core/lib/Drupal/Core/Template/AttributeArray.php).

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

facine created an issue. See original summary.

  • facine committed 9457ef34 on 1.0.x
    Resolve #3571519 "Warning array to"
    
facine’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

pcambra’s picture

Status: Fixed » Needs work

This has created a regression as it needs to be an array.

  • 89360728 committed on 1.0.x
    feat: #3571519 Warning: Array to string conversion in Drupal\Core\...