Свойство | Type | Description | |
---|---|---|---|
$elementType |
Méthode | Description | |
---|---|---|
__toString ( ) : string | Use the form handle as the string representation. | |
behaviors ( ) : array | ||
displayField ( string $handle ) : string | Display a field. | |
displayForm ( ) : string | Display the form. | |
getCpEditUrl ( ) : string | false | Returns the element's CP edit URL. | |
getFieldLayout ( ) : craft\FieldLayoutModel | null | Returns the field layout used by this element. | |
getFields ( ) : array | Return the element's fields. | |
getNamespace ( ) : string | Get a namespace for this form. | |
getRedirectEntry ( ) : null | craft\EntryModel | Return the form's redirect Entry. | |
getRedirectUrl ( ) : null | string | Return the form's redirect URL. | |
isEditable ( ) : boolean |
Méthode | Description | |
---|---|---|
defineAttributes ( ) : array |
public __toString ( ) : string | ||
Résultat | string |
public displayField ( string $handle ) : string | ||
$handle | string | |
Résultat | string |
public displayForm ( ) : string | ||
Résultat | string |
public getCpEditUrl ( ) : string | false | ||
Résultat | string | false |
public getFieldLayout ( ) : craft\FieldLayoutModel | null | ||
Résultat | craft\FieldLayoutModel | null |
public getNamespace ( ) : string | ||
Résultat | string |
public getRedirectEntry ( ) : null | craft\EntryModel | ||
Résultat | null | craft\EntryModel |
public getRedirectUrl ( ) : null | string | ||
Résultat | null | string |