Skip to content

Instantly share code, notes, and snippets.

View DC-development's full-sized avatar
💭
I may be slow to respond.

Phil DC-development

💭
I may be slow to respond.
  • Akquinet - nx2 GmbH
  • Hamburg, Germany
View GitHub Profile
<?php
/* $Id$ */
/**
* @file
* Very simple DRUPAL module
*/
//see all messages for debugging
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
<?php
/* $Id$ */
/**
* @file
* Very simple DRUPAL module
*/
//see all messages for debugging
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
<?php
namespace Linkofy\CommonBundle\Menu;
use Knp\Menu\FactoryInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
class Builder extends ContainerAware
{
public function mainMenu(FactoryInterface $factory, array $options)