PHP Class Craft\Seomatic_MetaFieldType

Inheritance: extends craft\BaseFieldType
Datei anzeigen Open project: nystudio107/seomatic

Public Methods

Method Description
defineContentAttribute ( )
getInputHtml ( $name, $value )
getName ( )
getSettingsHtml ( ) : none Render the field settings
onAfterElementSave ( ) : null
prepValue ( $value )
prepValueFromPost ( [type] $value ) : none [prepValueFromPost description]

Protected Methods

Method Description
defineSettings ( ) : none Define our settings
getElementSources ( $elementType ) : mixed Returns sources avaible to an element type.

Method Details

defineContentAttribute() public method

defineSettings() protected method

Define our settings
protected defineSettings ( ) : none
return none

getElementSources() protected method

Returns sources avaible to an element type.
protected getElementSources ( $elementType ) : mixed
return mixed

getInputHtml() public method

public getInputHtml ( $name, $value )

getName() public method

public getName ( )

getSettingsHtml() public method

Render the field settings
public getSettingsHtml ( ) : none
return none

onAfterElementSave() public method

public onAfterElementSave ( ) : null
return null

prepValue() public method

public prepValue ( $value )

prepValueFromPost() public method

[prepValueFromPost description]
public prepValueFromPost ( [type] $value ) : none
$value [type]
return none n/a