160 lines
2.8 KiB
PHP
160 lines
2.8 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Vvveb
|
|
*
|
|
* Copyright (C) 2022 Ziadin Givan
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
|
|
return [
|
|
//language
|
|
'language',
|
|
|
|
//site
|
|
'site',
|
|
|
|
//admin
|
|
'admin',
|
|
'admin_password_resets',
|
|
'admin_failed_login',
|
|
'admin_permissions',
|
|
'admin_roles',
|
|
'roles',
|
|
|
|
//user
|
|
'user',
|
|
'user_group',
|
|
'user_group_content',
|
|
'user_points',
|
|
'user_wishlist',
|
|
'user_failed_login',
|
|
|
|
//taxonomy
|
|
'taxonomy_item',
|
|
'taxonomy_item_content',
|
|
'taxonomy_item_meta',
|
|
'taxonomy_to_site',
|
|
'taxonomy',
|
|
'taxonomy_content',
|
|
|
|
//taxonomy_item
|
|
'menu',
|
|
'menu_type_content',
|
|
'menu_item',
|
|
'menu_item_content',
|
|
'menu_item_meta',
|
|
'menu_to_site',
|
|
|
|
//post
|
|
'post',
|
|
'post_content',
|
|
'post_meta',
|
|
'post_to_site',
|
|
'post_to_taxonomy_item',
|
|
|
|
//option
|
|
'option',
|
|
'option_content',
|
|
'option_value',
|
|
'option_value_content',
|
|
|
|
//attribute
|
|
'attribute',
|
|
'attribute_content',
|
|
'attribute_group',
|
|
'attribute_group_content',
|
|
|
|
//product
|
|
'product',
|
|
'product_attribute',
|
|
'product_category',
|
|
'product_category_content',
|
|
'product_category_to_site',
|
|
'product_content',
|
|
'product_discount',
|
|
'product_image',
|
|
'product_option',
|
|
'product_option_value',
|
|
'product_recurring',
|
|
'product_related',
|
|
'product_variant',
|
|
'product_review',
|
|
'product_points',
|
|
'product_promotion',
|
|
'product_to_taxonomy_item',
|
|
'product_to_digital_asset',
|
|
'product_to_site',
|
|
'address',
|
|
'comment',
|
|
'country',
|
|
'coupon',
|
|
'coupon_taxonomy',
|
|
'coupon_log',
|
|
'coupon_product',
|
|
'currency',
|
|
|
|
//digital_asset
|
|
'digital_asset',
|
|
'digital_asset_content',
|
|
'digital_asset_log',
|
|
|
|
'region_group',
|
|
'length_type',
|
|
'length_type_content',
|
|
'location',
|
|
'manufacturer',
|
|
'manufacturer_to_site',
|
|
|
|
//order
|
|
'order',
|
|
'order_log',
|
|
'order_meta',
|
|
'order_product_option',
|
|
'order_product',
|
|
'order_recurring',
|
|
'order_recurring_transaction',
|
|
'order_shipment',
|
|
'order_status',
|
|
'order_total',
|
|
'order_voucher',
|
|
'password_resets',
|
|
'permissions',
|
|
'permission_role',
|
|
|
|
'recurring',
|
|
'recurring_content',
|
|
'return',
|
|
'return_resolution',
|
|
'return_log',
|
|
'return_reason',
|
|
'return_status',
|
|
'review',
|
|
'shipping_courier',
|
|
'stock_status',
|
|
'tax_type',
|
|
'tax_rate',
|
|
'tax_rate_to_user_group',
|
|
'tax_rule',
|
|
'voucher',
|
|
'voucher_log',
|
|
'weight_type',
|
|
'weight_type_content',
|
|
'region',
|
|
'region_to_region_group',
|
|
'cart',
|
|
];
|