Problem/Motivation

When viewing /admin/content/events/instances and have Registration Availability as a filter

Deprecated function: Creation of dynamic property Drupal\recurring_events_registration\Plugin\views\filter\EventInstanceRegistrationAvailability::$valueOptions is deprecated in Drupal\recurring_events_registration\Plugin\views\filter\EventInstanceRegistrationAvailability->getValueOptions() (line 62 of modules/contrib/recurring_events/modules/recurring_events_registration/src/Plugin/views/filter/EventInstanceRegistrationAvailability.php).

Steps to reproduce

Have a view of event instances and have Registration Availability as a filter

Proposed resolution

Use !empty instead of isset

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

chrisla created an issue. See original summary.

chrisla’s picture

Status: Active » Needs review