Loading src/Plugin/SocialMediaLinks/Platform/Glassdoor.php 0 → 100644 +16 −0 Original line number Diff line number Diff line <?php namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform; use Drupal\social_media_links\PlatformBase; /** * Provides 'glassdoor' platform. * * @Platform( * id = "glassdoor", * name = @Translation("Glassdoor"), * urlPrefix = "https://www.glassdoor.co.in/", * ) */ class Glassdoor extends PlatformBase {} Loading
src/Plugin/SocialMediaLinks/Platform/Glassdoor.php 0 → 100644 +16 −0 Original line number Diff line number Diff line <?php namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform; use Drupal\social_media_links\PlatformBase; /** * Provides 'glassdoor' platform. * * @Platform( * id = "glassdoor", * name = @Translation("Glassdoor"), * urlPrefix = "https://www.glassdoor.co.in/", * ) */ class Glassdoor extends PlatformBase {}