You are here

public function SocialProfileTagServiceInterface::hasContent 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::hasContent()

Returns if there are any taxonomy items available.

Return value

bool If there are tags available.

1 method overrides SocialProfileTagServiceInterface::hasContent()
SocialProfileTagService::hasContent in modules/social_features/social_profile/src/SocialProfileTagService.php
Returns if there are any taxonomy items available.

File

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

Class

SocialProfileTagServiceInterface
Interface SocialProfileTagServiceInterface.

Namespace

Drupal\social_profile

Code

public function hasContent();