Files
cms-core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst

32 lines
724 B
ReStructuredText

.. include:: /Includes.rst.txt
.. _deprecation-67402:
=============================================================
Deprecation: #67402 - Extbase AbstractDomainObject __wakeup()
=============================================================
See :issue:`67402`
Description
===========
Method `__wakeup()` has been marked as deprecated in `TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject`.
Affected Installations
======================
An instance is affected if own domain objects extending AbstractDomainObject
implement `__wakeup()` and call `parent::__wakeup()` as documented.
Migration
=========
Remove calls to `parent::__wakeup()` from own `__wakeup()` implementations.
.. index:: PHP-API, ext:extbase