Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Peast.php

Peast::$versions

Valid versions and aliases

Type: array

File

vendor/mck89/peast/lib/Peast/Peast.php, line 137

Class

Peast
Main class of Peast library. Every function of this class takes two arguments:

Namespace

Peast

Code

protected static $versions = array(
    "ES6" => "ES2015",
    "ES7" => "ES2016",
    "ES8" => "ES2017",
    "ES9" => "ES2018",
    "ES10" => "ES2019",
    "ES11" => "ES2020",
    "ES12" => "ES2021",
    "ES13" => "ES2022",
    "ES14" => "ES2023",
    "ES15" => "ES2024",
);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal