Implements hook_block_view().
function block_test_block_view($delta = 0) { return array( 'content' => state() ->get('block_test.content'), ); }