| 1 | <?php |
||
| 7 | class ContactEntityNameProvider extends EntityNameProvider |
||
| 8 | { |
||
| 9 | const CLASS_NAME = 'OroCRM\Bundle\ContactBundle\Entity\Contact'; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | public function getName($format, $locale, $entity) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | public function getNameDQL($format, $locale, $className, $alias) |
||
| 26 | } |
||
| 27 |