Skip to content

Commit

Permalink
Merge pull request cakephp#5128 from chinpei215/3.next-more-deprecations
Browse files Browse the repository at this point in the history
Add more deprecated methods
  • Loading branch information
markstory authored Jul 28, 2017
2 parents d515e44 + 3723598 commit 587bb3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion en/appendices/3-5-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ The following is a list of methods that are deprecated and replaced with
* ``outputAs()``
``Cake\Database\Connection``
* ``logger()``
``Cake\Datasource\TypedResultTrait``
``Cake\Database\TypedResultInterface``
* ``returnType()``
``Cake\Database\TypedResultTrait``
* ``returnType()``
``Cake\Database\Log\LoggingStatement``
* ``logger()``
Expand All @@ -67,6 +69,8 @@ The following is a list of methods that are deprecated and replaced with
* ``columnType()``
``Cake\Datasource\QueryTrait``
* getter part of ``eagerLoaded()`` (now ``isEagerLoaded()``)
``Cake\Event\EventDispatcherInterface``
* ``eventManager()``
``Cake\Event\EventDispatcherTrait``
* ``eventManager()``
``Cake\Error\Debugger``
Expand All @@ -77,6 +81,8 @@ The following is a list of methods that are deprecated and replaced with
``Cake\I18n\I18n``
* ``locale()``
* ``translator()``
``Cake\ORM\Association\BelongsToMany``
* ``sort()``
``Cake\ORM\LocatorAwareTrait``
* ``tableLocator()``
``Cake\ORM\EntityTrait``
Expand Down

0 comments on commit 587bb3f

Please sign in to comment.