You are here

public function FeaturesBundleInterface::isDefault in Features 8.4

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

Determines whether the current bundle is the default one.

Return value

bool Returns TRUE if this is the default bundle.

1 method overrides FeaturesBundleInterface::isDefault()
FeaturesBundle::isDefault in src/Entity/FeaturesBundle.php
Determines whether the current bundle is the default one.

File

src/FeaturesBundleInterface.php, line 18

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function isDefault();