Skip to content

Instantly share code, notes, and snippets.

View asharirfan's full-sized avatar

Ashar Irfan asharirfan

View GitHub Profile
@asharirfan
asharirfan / guq-epe-view-export-users.php
Created February 10, 2020 11:45
GUQ EPE Drupal View Export Source Users
$view = new view();
$view->name = 'user_data';
$view->description = 'List, add, and edit users.';
$view->tag = 'admin';
$view->base_table = 'users';
$view->human_name = 'User Data';
$view->core = 0;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-meta-data-youtube-video.php
Created February 10, 2020 10:09
GUQ Drupal View Export Source YouTube Video Meta Data
$view = new view();
$view->name = 'meta_data_youtube_video';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data YouTube Video';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-meta-data-publication.php
Created February 10, 2020 09:58
GUQ Drupal View Export Source Publication Meta Data
$view = new view();
$view->name = 'meta_data_publication';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data Publication';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-meta-data-news-item-quote.php
Created February 10, 2020 09:51
GUQ Drupal View Export Source News Item Quote Meta Data
$view = new view();
$view->name = 'meta_data_news_item_quote';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data News Item Quote';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-meta-data-news-item-in-the-media.php
Created February 10, 2020 09:42
GUQ Drupal View Export Source News Item In the Media Meta Data
$view = new view();
$view->name = 'meta_data_news_item_in_the_media';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data News Item In the Media';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-meta-data-news-item.php
Created February 10, 2020 09:33
GUQ Drupal View Export Source News Item Meta Data
$view = new view();
$view->name = 'meta_data_news_item';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data News Item';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-meta-data-event.php
Created February 10, 2020 09:17
GUQ Drupal View Export Source Event Meta Data
$view = new view();
$view->name = 'meta_data_event';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data Event';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-meta-data-academic-calender.php
Created February 10, 2020 09:08
GUQ Drupal View Export Source Academic Calendar Meta Data
$view = new view();
$view->name = 'meta_data_academic_calendar';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data Academic Calendar';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@asharirfan
asharirfan / guq-featured-images-query.sql
Created February 8, 2020 14:25
GUQ Featured Images Query
@asharirfan
asharirfan / guq-view-export-content.php
Created February 8, 2020 13:50
GUQ Drupal View Export Source Content
$view = new view();
$view->name = 'clone_of_administration_nodes';
$view->description = 'Find and manage content.';
$view->tag = 'admin';
$view->base_table = 'node';
$view->human_name = 'Content';
$view->core = 0;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */