You are here

public function PrevNextApiInterface::bundlesSql in Previous/Next API 8.2

Helper function to return a SQL clause for bundles to be indexed.

Parameters

string $bundle_name: The indexing criteria for the type of entity to query for.

object $bundle: Prev/Next bundle configuration.

Return value

string Returns the sql string.

1 method overrides PrevNextApiInterface::bundlesSql()
PrevNextApi::bundlesSql in src/PrevNextApi.php
Helper function to return a SQL clause for bundles to be indexed.

File

src/PrevNextApiInterface.php, line 51

Class

PrevNextApiInterface
Interface for PrevNextApi.

Namespace

Drupal\prev_next

Code

public function bundlesSql($bundle_name, $bundle);