You are here

public function NodeOrderManagerInterface::vocabularyIsOrderable in Node Order 8

Determines if a given vocabulary is orderable.

Parameters

string $vid: The vocabulary vid.

Return value

bool Returns TRUE if the given vocabulary is orderable.

1 method overrides NodeOrderManagerInterface::vocabularyIsOrderable()
NodeOrderManager::vocabularyIsOrderable in src/NodeOrderManager.php
Determines if a given vocabulary is orderable.

File

src/NodeOrderManagerInterface.php, line 44

Class

NodeOrderManagerInterface
Provides an interface defining a NodeOrderManager.

Namespace

Drupal\nodeorder

Code

public function vocabularyIsOrderable($vid);