Function __global->get_standard_block_parameters

Definitions

sources/zones2.php

  • Gets standard parameters for any block.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A list of standard parameters
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Gets standard parameters for any block.
 *
 * @return array A list of standard parameters
 */

function get_standard_block_parameters() : array