class Pinterest in Social Link Field 8
Provides 'pinterest' platform.
Plugin annotation
@SocialLinkFieldPlatform(
id = "pinterest",
name = @Translation("Pinterest"),
icon = "fa-pinterest-p",
iconSquare = "fa-pinterest-square",
urlPrefix = "http://www.pinterest.com/",
)
Hierarchy
- class \Drupal\social_link_field\PlatformBase
- class \Drupal\social_link_field\Plugin\SocialLinkField\Platform\Pinterest
Expanded class hierarchy of Pinterest
File
- src/
Plugin/ SocialLinkField/ Platform/ Pinterest.php, line 18
Namespace
Drupal\social_link_field\Plugin\SocialLinkField\PlatformView source
class Pinterest extends PlatformBase {
}