Sulu\Bundle\ContentBundle\Content\Types\Checkbox::getDefaultParams PHP Метод

getDefaultParams() публичный Метод

public getDefaultParams ( Sulu\Component\Content\Compat\PropertyInterface $property = null )
$property Sulu\Component\Content\Compat\PropertyInterface
    public function getDefaultParams(PropertyInterface $property = null)
    {
        return ['type' => 'checkbox'];
    }