mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Renaming getFieldSet with getFieldList in FormScaffolder
This commit is contained in:
parent
011e094541
commit
a53cca8932
@ -64,7 +64,7 @@ class FormScaffolder extends Object {
|
||||
*
|
||||
* @return FieldList
|
||||
*/
|
||||
public function getFieldSet() {
|
||||
public function getFieldList() {
|
||||
$fields = new FieldList();
|
||||
|
||||
// tabbed or untabbed
|
||||
|
@ -1869,7 +1869,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
|
||||
$fs->fieldClasses = $params['fieldClasses'];
|
||||
$fs->ajaxSafe = $params['ajaxSafe'];
|
||||
|
||||
return $fs->getFieldSet();
|
||||
return $fs->getFieldList();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user