Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning on first load #773

Closed

Commits on Sep 30, 2024

  1. fix(options_allowed_values): fix parameter deprecation

    We had a $cachable which was not even in the signature of
    options_allowed_values, yet we were passing something in that then
    wasn't even being used.  This lets it match the signature found at:
    
    https://api.drupal.org/api/drupal/core%21modules%21options%21options.module/function/options_allowed_values/10
    dblanken-yale committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6456f71 View commit details
    Browse the repository at this point in the history