You are here

public function SocialProfileTagServiceInterface::isActive in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.2.x modules/social_features/social_profile/src/SocialProfileTagServiceInterface.php \Drupal\social_profile\SocialProfileTagServiceInterface::isActive()

Returns whether the feature is turned on or not.

Return value

bool Whether tagging is turned on or not.

1 method overrides SocialProfileTagServiceInterface::isActive()
SocialProfileTagService::isActive in modules/social_features/social_profile/src/SocialProfileTagService.php
Returns whether the feature is turned on or not.

File

modules/social_features/social_profile/src/SocialProfileTagServiceInterface.php, line 18

Class

SocialProfileTagServiceInterface
Interface SocialProfileTagServiceInterface.

Namespace

Drupal\social_profile

Code

public function isActive();