# photonic/2.41/Modules/Level_One_Module.php

Photonic Gallery &amp; Lightbox for Flickr, SmugMug &amp; Others, version 2.41. 7 lines.

- Page: https://pluginprobe.com/plugins/photonic/2.41/code/Modules/Level_One_Module.php
- Raw: https://pluginprobe.com/plugins/photonic/2.41/raw/Modules/Level_One_Module.php
- Modified: 2020-05-06T23:30:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/photonic/2.41/code/Modules/Level_One_Module.php#L10-L20`.

```php
<?php
namespace Photonic_Plugin\Modules;

interface Level_One_Module {
	function build_level_1_objects($response, $shortcode, $module_parameters = [], $options = []);
}

```
