You are here

public function FeaturesBundleInterface::setIsProfile in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::setIsProfile()

Sets option for using a profile with this bundle.

Parameters

bool $value: TRUE if a profile is used with this bundle.

1 method overrides FeaturesBundleInterface::setIsProfile()
FeaturesBundle::setIsProfile in src/Entity/FeaturesBundle.php
Sets option for using a profile with this bundle.

File

src/FeaturesBundleInterface.php, line 138

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function setIsProfile($value);