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