INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
ideally one sentence >
language: php | |
php: | |
- '7.2' | |
env: | |
global: | |
- MODULE_NAME='example' | |
- SIMPLETEST_BASE_URL='http://127.0.0.1:8080' | |
# Ignore Symfony's deprecation notices. |
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |
<?php | |
/** | |
* Implementation of hook_views_default_views | |
*/ | |
function example_views_default_views() { | |
return example_default_views_from_files(); | |
} | |
/** | |
* Helper function for default views - get from files in a subdirectory |