You are here

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

Returns whether using a parent of categories is allowed.

Return value

bool Whether using categories parent is turned on or not..

1 method overrides SocialProfileTagServiceInterface::useCategoryParent()
SocialProfileTagService::useCategoryParent in modules/social_features/social_profile/src/SocialProfileTagService.php
Returns whether using a parent of categories is allowed.

File

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

Class

SocialProfileTagServiceInterface
Interface SocialProfileTagServiceInterface.

Namespace

Drupal\social_profile

Code

public function useCategoryParent();