소스 검색

mention alterNewInstance in extension doc

David Buchmann 12 년 전
부모
커밋
2eaef63fec
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Resources/doc/reference/extensions.rst

+ 2 - 2
Resources/doc/reference/extensions.rst

@@ -3,8 +3,8 @@ Extensions
 
 Admin extensions allow you to add or change features of one or more Admin instances. To create an extension your class
 must implement the interface ``Sonata\AdminBundle\Admin\AdminExtensionInterface`` and be registered as a service. The
-interface defines a number of functions which you can use to customize the edit form, list view, form validation and
-other admin features.
+interface defines a number of functions which you can use to customize the edit form, list view, form validation,
+alter newly created objects and other admin features.
 
 .. code-block:: php