Browse Source

Replaced notice about deprecation of TranslatableChoiceType in form_types.rst
Added deprecated phpdoc comment in TranslatableChoiceType class

Christian Morgan 11 years ago
parent
commit
db9e923ccb
2 changed files with 3 additions and 0 deletions
  1. 1 0
      Form/Type/TranslatableChoiceType.php
  2. 2 0
      Resources/doc/reference/form_types.rst

+ 1 - 0
Form/Type/TranslatableChoiceType.php

@@ -8,6 +8,7 @@
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  *
+ * @deprecated - use ChoiceType with the translation_domain option instead
  */
 
 namespace Sonata\AdminBundle\Form\Type;

+ 2 - 0
Resources/doc/reference/form_types.rst

@@ -128,6 +128,8 @@ locked to 'yes' and 'no'.
 sonata_type_translatable_choice
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+Deprecated: use ChoiceType with the translation_domain option instead.
+
 The translatable type is a specialized ``ChoiceType`` where the choices values 
 are translated with the Symfony Translator component.