This project is not covered by Drupal’s security advisory policy.

Some helpers for Drupal developers.

Example:

NodeHelper::isNodePage() - Return TRUE if current page is a node page.

NodeHelper::getCurrentNode() - Return current node in node page.

DrupalHelper::getCurrentPageTitle() - Return current page title.

DrupalHelper::getCurrentRouteName() - Return current route name.

DrupalHelper::sendMail() - Send mail without need implements hook_mail().

FileHelper::getFileEntityByUri() - Return file entity object by file uri.

TaxonomyHelper::getAllChildTerms() - Return all child terms regardless of depth.

CommerceHelper::getCartsTotalPrice() - Return carts total price.

And many many more.

Project information

Releases