FinderIndexerTaxonomy::getNodeByTitle
Method to find a taxonomy node in a branch.
Signature
public function getNodeByTitle(string
$branch,
string
$titleĀ )
Parameters
-
$branch
- The branch to search.
-
$title
- The title of the node.
Returns
- mixed
- Integer id on success, null on no match.
Errors/Exceptions
-
Exception
- on database error.