private function SimpleInstagramFeedLibrary::getPath in Simple Instagram Feed Block 8.3
Returns the expected js library path.
2 calls to SimpleInstagramFeedLibrary::getPath()
- SimpleInstagramFeedLibrary::getWarningMessage in src/
Services/ SimpleInstagramFeedLibrary.php - Get the warning message.
- SimpleInstagramFeedLibrary::isAvailable in src/
Services/ SimpleInstagramFeedLibrary.php - Check library avalilability.
File
- src/
Services/ SimpleInstagramFeedLibrary.php, line 50
Class
- SimpleInstagramFeedLibrary
- Implements Simple Instagram Feed Library service.
Namespace
Drupal\simple_instagram_feed\ServicesCode
private function getPath() {
return '/libraries/jqueryinstagramfeed/jquery.instagramFeed.min.js';
}