o365-2.0.3/modules/o365_onedrive/o365_onedrive.module

modules/o365_onedrive/o365_onedrive.module
<?php

/**
 * @file
 * Onedrive module.
 */

/**
 * Implements hook_theme().
 */
function o365_onedrive_theme($existing, $type, $theme, $path) {
  return [
    'o365_onedrive_results' => [
      'variables' => [
        'results' => NULL,
      ],
    ],
    'o365_onedrive_files' => [
      'variables' => [
        'fileName' => NULL,
        'fileUrl' => NULL,
        'fileExtension' => NULL,
      ],
    ],

  ];
}

/**
 * Implements hook_o365_auth_scopes().
 */
function o365_onedrive_o365_auth_scopes(array &$scopes) {
  $scopes[] = 'Files.Read';
  $scopes[] = 'Files.Read.All';
  $scopes[] = 'Files.Read.Selected';
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc