libraries_test_module_post_load.inc 326 B

123456789101112131415
  1. <?php
  2. /**
  3. * @file
  4. * Test PHP file for Libraries loading.
  5. /**
  6. * Dummy function to see if this file was loaded.
  7. */
  8. function _libraries_test_module_integration_file_post_load() {
  9. }
  10. // Call a function that is defined in the library file, to ensure that was
  11. // loaded prior to this file.
  12. _libraries_test_module_example_1();