You are here

protected static property Bynder::$timoutDetected in Bynder 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/media/Source/Bynder.php \Drupal\bynder\Plugin\media\Source\Bynder::timoutDetected
  2. 4.0.x src/Plugin/media/Source/Bynder.php \Drupal\bynder\Plugin\media\Source\Bynder::timoutDetected

Used to track if an API request returned a timout error.

Type: bool

File

src/Plugin/media/Source/Bynder.php, line 102

Class

Bynder
Provides media source plugin for Bynder.

Namespace

Drupal\bynder\Plugin\media\Source

Code

protected static $timoutDetected = FALSE;