addAsDropdown( 'dashboard', array( 'icon' => 'dashboard', 'title' => 'Add To Dashboard', 'url' => Url::fromPath('dashboard/new-dashlet'), 'urlParams' => array( 'url' => rawurlencode(Url::fromRequest()->getRelativeUrl()) ) ) ); } }