You are here

private function AmpSocialPostFormatter::getLibraries in Accelerated Mobile Pages (AMP) 8.3

AMP libraries.

Expected by AmpFormTrait.

Return value

array The names of the AMP libraries used by this formatter.

File

src/Plugin/Field/FieldFormatter/AmpSocialPostFormatter.php, line 52

Class

AmpSocialPostFormatter
Plugin implementation of the 'amp_social_post' formatter.

Namespace

Drupal\amp\Plugin\Field\FieldFormatter

Code

private function getLibraries() {
  return AmpSocialPost::getLibraries();
}