You are here

public static function Brightcove::getIdFromInput in Video Embed Brightcove 8

1 call to Brightcove::getIdFromInput()
ProviderUrlParseTest::testUrlParsing in tests/src/Unit/ProviderUrlParseTest.php
Test URL parsing works as expected.

File

src/Plugin/video_embed_field/Provider/Brightcove.php, line 171

Class

Brightcove
A Brightcove provider plugin.

Namespace

Drupal\video_embed_brightcove\Plugin\video_embed_field\Provider

Code

public static function getIdFromInput($input) {
  return static::getUrlMetadata($input, 'id');
}