Craft\AmForms_FormModel::getFieldLayout PHP Méthode

getFieldLayout() public méthode

Returns the field layout used by this element.
public getFieldLayout ( ) : craft\FieldLayoutModel | null
Résultat craft\FieldLayoutModel | null
    public function getFieldLayout()
    {
        return $this->asa('fieldLayout')->getFieldLayout();
    }