You are here

public function SocialProfileTagServiceInterface::allowSplit in Open Social 10.2.x

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

Returns whether splitting of fields is allowed.

Return value

bool Whether category split on field level is turned on or not.

1 method overrides SocialProfileTagServiceInterface::allowSplit()
SocialProfileTagService::allowSplit in modules/social_features/social_profile/src/SocialProfileTagService.php
Returns whether splitting of fields is allowed.

File

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

Class

SocialProfileTagServiceInterface
Interface SocialProfileTagServiceInterface.

Namespace

Drupal\social_profile

Code

public function allowSplit();