You are here

public function SocialPostController::integrations in Social Post 8

1 string reference to 'SocialPostController::integrations'
social_post.routing.yml in ./social_post.routing.yml
social_post.routing.yml

File

src/Controller/SocialPostController.php, line 15

Class

SocialPostController
Renders the integration list.

Namespace

Drupal\social_post\Controller

Code

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