You are here

public function BrightcoveCustomFieldInterface::getType in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveCustomFieldInterface.php \Drupal\brightcove\BrightcoveCustomFieldInterface::getType()
  2. 3.x src/BrightcoveCustomFieldInterface.php \Drupal\brightcove\BrightcoveCustomFieldInterface::getType()

Returns the type of the field.

Return value

string The type of the field, which can be either 'enum' or 'string'.

1 method overrides BrightcoveCustomFieldInterface::getType()
BrightcoveCustomField::getType in src/Entity/BrightcoveCustomField.php
Returns the type of the field.

File

src/BrightcoveCustomFieldInterface.php, line 73

Class

BrightcoveCustomFieldInterface
Provides an interface defining a Brightcove custom field.

Namespace

Drupal\brightcove

Code

public function getType();