abstract class PlatformBase in Social Link Field 8
Base class for platform plugins.
Hierarchy
- class \Drupal\social_link_field\PlatformBase
Expanded class hierarchy of PlatformBase
13 files declare their use of PlatformBase
- Behance.php in src/
Plugin/ SocialLinkField/ Platform/ Behance.php - BitBucket.php in src/
Plugin/ SocialLinkField/ Platform/ BitBucket.php - Drupal.php in src/
Plugin/ SocialLinkField/ Platform/ Drupal.php - Email.php in src/
Plugin/ SocialLinkField/ Platform/ Email.php - Facebook.php in src/
Plugin/ SocialLinkField/ Platform/ Facebook.php
File
- src/
PlatformBase.php, line 8
Namespace
Drupal\social_link_fieldView source
abstract class PlatformBase {
}