Преглед на файлове

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

Christian Morgan преди 11 години
родител
ревизия
db9e923ccb
променени са 2 файла, в които са добавени 3 реда и са изтрити 0 реда
  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.