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

YSP-690: Deprecation of parameters with default values order #774

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. fix(YSP-690): 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
    e7314bd View commit details
    Browse the repository at this point in the history