You are here

SocialPostController.php in Social Post 8

File

src/Controller/SocialPostController.php
View source
<?php

namespace Drupal\social_post\Controller;

use Drupal\social_api\Controller\SocialApiController;

/**
 * Renders the integration list.
 */
class SocialPostController extends SocialApiController {

  /**
   * {@inheritdoc}
   */
  public function integrations($type = 'social_post') {
    return parent::integrations($type);
  }

}

Classes

Namesort descending Description
SocialPostController Renders the integration list.