You are here

public function CloudFlareZoneInterface::getZoneSettings in CloudFlare 8

Gets the zone's settings from CloudFlare's API.

Return value

\CloudFlarePhpSdk\ApiTypes\Zone\ZoneSettings|null Zone settings retrieved from the CloudFlareAPI. NULL if unable to retrieve.

2 methods override CloudFlareZoneInterface::getZoneSettings()
Zone::getZoneSettings in src/Zone.php
Gets the zone's settings from CloudFlare's API.
ZoneMock::getZoneSettings in tests/modules/cloudflare_form_tester/src/Mocks/ZoneMock.php
Gets the zone's settings from CloudFlare's API.

File

src/CloudFlareZoneInterface.php, line 27

Class

CloudFlareZoneInterface
Zone methods for CloudFlare.

Namespace

Drupal\cloudflare

Code

public function getZoneSettings();