SocialPostController.php in Social Post 8
Same filename and directory in other branches
Namespace
Drupal\social_post\ControllerFile
src/Controller/SocialPostController.phpView 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
Name | Description |
---|---|
SocialPostController | Renders the integration list. |