You are here

Classes, traits, and interfaces in Facebook Instant Articles 3.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AdFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AdFormatter.php Plugin implementation of the 'fbia_ad' formatter. 1
AdFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/AdFormatterTest.php Tests the instant article ad formatter.
AdLinkFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AdLinkFormatter.php Plugin implementation of the 'fbia_ad_link' formatter.
AdTypes final class Drupal\fb_instant_articles src/AdTypes.php Ad type constants. 2
AnalyticsFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AnalyticsFormatter.php Plugin implementation of the 'fbia_analytics' formatter. 1
AnalyticsFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/AnalyticsFormatterTest.php Test instant articles analytics field formatter.
AnalyticsLinkFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AnalyticsLinkFormatter.php Plugin implementation of the 'fbia_analytics_link' formatter.
ApiController class Drupal\fb_instant_articles\Controller src/Controller/ApiController.php Controller to handle Facebook login callback.
ApiSettingsForm class Drupal\fb_instant_articles\Form src/Form/ApiSettingsForm.php Facebook Instant Articles API form. 1
ApiSettingsFormTest class Drupal\Tests\fb_instant_articles\Functional tests/src/Functional/ApiSettingsFormTest.php Tests the FBIA API settings form.
AuthorFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AuthorFormatter.php Plugin implementation of the 'fbia_author' formatter.
AuthorFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/AuthorFormatterTest.php Tests the instant article author field formatter.
AuthorReferenceFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AuthorReferenceFormatter.php Plugin implementation of the 'fbia_author_reference' formatter.
AuthorReferenceFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/AuthorReferenceFormatterTest.php Test the instant article author reference field formatter.
BaseSettingsForm class Drupal\fb_instant_articles\Form src/Form/BaseSettingsForm.php Facebook Instant Articles base settings form. 1
BlockquoteFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/BlockquoteFormatter.php Plugin implementation of the 'fbia_blockquote' formatter.
ContentEntityNormalizerTestBase abstract class Drupal\Tests\fb_instant_articles\Unit tests/src/Unit/ContentEntityNormalizerTestBase.php Base class for Instant Articles content entity normalizers. 2
ContentTypeViewModeCreateTest class Drupal\Tests\fb_instant_articles\Functional tests/src/Functional/ContentTypeViewModeCreateTest.php Test toggling the FBIA view mode while creating the content type.
CopyrightFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/CopyrightFormatter.php Plugin implementation of the 'fbia_copyright' formatter.
CopyrightFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/CopyrightFormatterTest.php Tests the CopyrightFormatter.
CreditsFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/CreditsFormatter.php Plugin implementation of the 'fbia_credits' formatter.
CreditsFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/CreditsFormatterTest.php Tests the CreditsFormatter.
DrupalClient class Drupal\fb_instant_articles src/DrupalClient.php Encapsulate Drupal-specific logic for FBIA Client. 1 2
DrupalClientFactory class Drupal\fb_instant_articles src/DrupalClientFactory.php Factory class to create a \Drupal\fb_instant_articles\DrupalClient. 2
DrupalClientTest class Drupal\Tests\fb_instant_articles\Unit tests/src/Unit/DrupalClientTest.php Test the Drupal FBIA client wrapper.
EntityHelperTrait trait Drupal\fb_instant_articles\Normalizer src/Normalizer/EntityHelperTrait.php Common entity data getters shared between the normalizers.
EntityReferenceEntityFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php Instant articles field formatter for entity reference fields.
EntityViewDisplayEditForm class Drupal\fb_instant_articles\Form src/Form/EntityViewDisplayEditForm.php Extends the core EntityViewDisplayEditForm to support multiple regions. 3
FbInstantArticlesFeatureContext class tests/src/Behat/features/bootstrap/FbInstantArticlesFeatureContext.php Defines application features used by all features.
FbInstantArticlesServiceProvider class Drupal\fb_instant_articles src/FbInstantArticlesServiceProvider.php Registers the fbia_rss format as an application/rss+xml response.
FieldItemListNormalizer class Drupal\fb_instant_articles\Normalizer src/Normalizer/FieldItemListNormalizer.php Normalize FieldItemList object into an Instant Article object. 2
FormatterBase abstract class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/FormatterBase.php Base class for all of our FBIA field formatters. 13 3
FormatterTestBase abstract class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/FormatterTestBase.php Base class for common functionality between field formatter tests. 15
ImageFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/ImageFormatter.php Plugin implementation of the 'fbia_image' formatter.
ImageFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/ImageFormatterTest.php Tests for the ImageFormatter.
InstantArticleContentEntityNormalizer class Drupal\fb_instant_articles\Normalizer src/Normalizer/InstantArticleContentEntityNormalizer.php Facebook Instant Articles content entity normalizer. 3 2
InstantArticleContentEntityNormalizerTest class Drupal\Tests\fb_instant_articles\Unit tests/src/Unit/InstantArticleContentEntityNormalizerTest.php Tests the fbia content entity normalizer class.
InstantArticleContentEntityNormalizerTest class Drupal\Tests\fb_instant_articles\Kernel tests/src/Kernel/InstantArticleContentEntityNormalizerTest.php Test the Drupal Client wrapper.
InstantArticleEncoder class Drupal\fb_instant_articles\Encoder src/Encoder/InstantArticleEncoder.php Facebook Instant Article encoder class. 2
InstantArticleFormatterInterface interface Drupal\fb_instant_articles\Plugin\Field src/Plugin/Field/InstantArticleFormatterInterface.php Interface to define an operation to manipulate an InstantArticle object. 5 6
InstantArticleRssContentEntityNormalizer class Drupal\fb_instant_articles\Normalizer src/Normalizer/InstantArticleRssContentEntityNormalizer.php Extends the content entity normalizer that ships with the base module. 1 2
InstantArticleRssContentEntityNormalizerTest class Drupal\Tests\fb_instant_articles\Unit tests/src/Unit/InstantArticleRssContentEntityNormalizerTest.php Tests the fbia content entity normalizer class.
InstantArticleRssEncoder class Drupal\fb_instant_articles\Encoder src/Encoder/InstantArticleRssEncoder.php Facebook instant articles FBIA RSS encoder. 2
InteractiveFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/InteractiveFormatter.php Plugin implementation of the 'fbia_interactive' formatter. 1
InteractiveFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/InteractiveFormatterTest.php Tests the instant article interactive formatter.
InteractiveLinkFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/InteractiveLinkFormatter.php Plugin implementation of the 'fbia_interactive_link' formatter.
KickerFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/KickerFormatter.php Plugin implementation of the 'fbia_kicker' formatter.
KickerFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/KickerFormatterTest.php Tests the KickerFormatter.
ListFormatter class Drupal\fb_instant_articles\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/ListFormatter.php Plugin implementation of the 'fbia_list' formatter.
ListFormatterTest class Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter tests/src/Kernel/Plugin/Field/FieldFormatter/ListFormatterTest.php Tests the instant article list field formatter.

Pages

Other projects