You are here

public static function SettingObjectInterface::getSitewideSettingFormElements in Fasttoggle 8.2

Get an array of sitewide setting form elements for this object type.

Parameters

$config: The configuration storage.

Return value

array Render array for the sitewide settings.

2 methods override SettingObjectInterface::getSitewideSettingFormElements()
AbstractSettingObject::getSitewideSettingFormElements in src/Plugin/SettingObject/AbstractSettingObject.php
Get an array of sitewide setting form elements for this object type.
SettingGroupInterface::getSitewideSettingFormElements in src/Plugin/SettingGroup/SettingGroupInterface.php
Get an array of sitewide setting form elements for this object type.

File

src/Plugin/SettingObject/SettingObjectInterface.php, line 101
Provides Drupal\fasttoggle\ObjectInterface.

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public static function getSitewideSettingFormElements($config);