Skip to content

Instantly share code, notes, and snippets.

View asharirfan's full-sized avatar

Ashar Irfan asharirfan

View GitHub Profile
@asharirfan
asharirfan / guq-cirs-meta-data-event.php
Created February 11, 2020 08:52
GUQ CIRS 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-view-export-users.php
Last active February 11, 2020 07:59
GUQ Drupal View Export Source Users
$view = new view();
$view->name = 'users_data';
$view->description = 'List, add, and edit users.';
$view->tag = 'admin';
$view->base_table = 'users';
$view->human_name = 'Users 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-cirs-featured-images-query.sql
Created February 11, 2020 07:52
GUQ CIRS Featured Images Query
@asharirfan
asharirfan / guq-epe-meta-data-testimonials.php
Created February 10, 2020 12:03
GUQ EPE Drupal View Export Source Testimonials Meta Data
$view = new view();
$view->name = 'meta_data_testimonials';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Meta Data Testimonials';
$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-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 */