You are here

public function ContentHubEntityTypeConfigInterface::isEnableIndex in Acquia Content Hub 8

Checks whether this bundle is enabled.

Parameters

string $bundle: The bundle to check for.

Return value

bool TRUE if the the bundle is enabled, FALSE otherwise.

1 method overrides ContentHubEntityTypeConfigInterface::isEnableIndex()
ContentHubEntityTypeConfig::isEnableIndex in src/Entity/ContentHubEntityTypeConfig.php
Check if this bundle is enabled.

File

src/ContentHubEntityTypeConfigInterface.php, line 24

Class

ContentHubEntityTypeConfigInterface
Interface for ContentHubEntityTypeConfig class.

Namespace

Drupal\acquia_contenthub

Code

public function isEnableIndex($bundle);