Skip to content

Commit

Permalink
[Doc] UserFieldTypeProcessor deprecation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jun 2, 2017
1 parent 0111cdb commit 2cfeb91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rest/UserFieldTypeProcessor.php
Expand Up @@ -6,6 +6,10 @@

use eZ\Publish\Core\REST\Common\FieldTypeProcessor;

/**
* @deprecated Since 1.10, handled in kernel.
* @link https://github.com/ezsystems/ezpublish-kernel/blob/master/eZ/Publish/Core/REST/Common/FieldTypeProcessor/UserProcessor.php
*/
class UserFieldTypeProcessor extends FieldTypeProcessor
{
public function preProcessValueHash($incomingValueHash)
Expand Down

0 comments on commit 2cfeb91

Please sign in to comment.