getAll() public static method

Get all tags.
public static getAll ( string $language = null ) : array
$language string
return array
Example #1
0
 /**
  * Execute the action
  */
 public function execute()
 {
     parent::execute();
     $this->output(self::OK, BackendTagsModel::getAll());
 }