public function EmapiMedia::get_value in Embedded Media Field 6.3
1 call to EmapiMedia::get_value()
- EmapiMedia::url in emapi/
includes/ emapi.class.media.inc - Build the URL to the original location.
File
- emapi/
includes/ emapi.class.media.inc, line 105 - Base Embedded Media Object, to be extended by individual providers.
Class
- EmapiMedia
- @file Base Embedded Media Object, to be extended by individual providers.
Code
public function get_value() {
return $this
->get('value');
}