for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Sonata\AdminBundle\Tests\App\Admin;
use Sonata\AdminBundle\Admin\BaseFieldDescription;
final class FieldDescription extends BaseFieldDescription
{
public function setAssociationMapping($associationMapping)
}
public function getTargetEntity()
return null;
public function getTargetModel()
public function setFieldMapping($fieldMapping)
public function setParentAssociationMappings(array $parentAssociationMappings)
public function isIdentifier()
return false;
public function getValue($object)
return $this->getFieldValue($object, $this->fieldName);