You are here

public function PrevNextHelperInterface::loadBundle in Previous/Next API 8.2

Loads the Prev/next bundle configuration.

Parameters

string $bundle_name: Entity Type name.

Return value

\Drupal\Core\Config\ImmutableConfig A configuration object.

1 method overrides PrevNextHelperInterface::loadBundle()
PrevNextHelper::loadBundle in src/PrevNextHelper.php
Loads the Prev/next bundle configuration.

File

src/PrevNextHelperInterface.php, line 27

Class

PrevNextHelperInterface
Interface for PrevNextHelper.

Namespace

Drupal\prev_next

Code

public function loadBundle($bundle_name);