You are here

public function BrightcoveAPIClientInterface::getMaxCustomFields in Brightcove Video Connect 3.x

Same name and namespace in other branches
  1. 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getMaxCustomFields()
  2. 8 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getMaxCustomFields()

Returns the maximum number of addable custom fields.

Return value

int The maximum number of addable custom fields.

1 method overrides BrightcoveAPIClientInterface::getMaxCustomFields()
BrightcoveAPIClient::getMaxCustomFields in src/Entity/BrightcoveAPIClient.php
Returns the maximum number of addable custom fields.

File

src/BrightcoveAPIClientInterface.php, line 107

Class

BrightcoveAPIClientInterface
Provides an interface for defining Brightcove API Client entities.

Namespace

Drupal\brightcove

Code

public function getMaxCustomFields();