Class RenameMethodsBase

Handles the deprecation paths when renaming a method.

Declaration

class RenameMethodsBase(type)
source link

Documentation

It does the following:
    1) Define the new method if missing and complain about it.
    2) Define the old method if missing.
    3) Complain whenever an old method is called.

See #15363 for more details.

Methods