public function ObjectInterface::buildArray in Views TimelineJS integration 8.3
Creates an array representing the TimelineJS javascript object.
Return value
mixed[] The formatted array.
7 methods override ObjectInterface::buildArray()
- Background::buildArray in src/
TimelineJS/ Background.php - Creates an array representing the TimelineJS javascript object.
- Date::buildArray in src/
TimelineJS/ Date.php - Creates an array representing the TimelineJS javascript object.
- Era::buildArray in src/
TimelineJS/ Era.php - Creates an array representing the TimelineJS javascript object.
- Media::buildArray in src/
TimelineJS/ Media.php - Creates an array representing the TimelineJS javascript object.
- Slide::buildArray in src/
TimelineJS/ Slide.php - Creates an array representing the TimelineJS javascript object.
File
- src/
TimelineJS/ ObjectInterface.php, line 16
Class
- ObjectInterface
- Provides an interface for defining TimelineJS3 objects.
Namespace
Drupal\views_timelinejs\TimelineJSCode
public function buildArray();