public function BlockServiceInterface::isSocialFeatureEnabled in Opigno dashboard 3.x
Check if social features enabled on site or not.
Return value
bool Whether social features enabled on site or not.
1 method overrides BlockServiceInterface::isSocialFeatureEnabled()
- BlockService::isSocialFeatureEnabled in src/
BlockService.php - Check if social features enabled on site or not.
File
- src/
BlockServiceInterface.php, line 67
Class
- BlockServiceInterface
- The Opigno dashboard block service definition.
Namespace
Drupal\opigno_dashboardCode
public function isSocialFeatureEnabled() : bool;