Function __global->get_table_purpose_flags
Definitions
sources/database_relations.php
- Find how tables might be ignored for backups etc.This is mainly used for building automated tests that make sure things are consistently implemented.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- List of tables and their status regarding being ignored for backups etc
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find how tables might be ignored for backups etc.This is mainly used for building automated tests that make sure things are consistently implemented.
*
* @return array List of tables and their status regarding being ignored for backups etc
*/
function get_table_purpose_flags() : array
* Find how tables might be ignored for backups etc.This is mainly used for building automated tests that make sure things are consistently implemented.
*
* @return array List of tables and their status regarding being ignored for backups etc
*/
function get_table_purpose_flags() : array
