w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
PHP
Drupal
Drupal
Language
Default
Markdown
Drupal::CORE_MINIMUM_SCHEMA_VERSION
Core minimum schema version.
File
core/lib/Drupal.php, line 94
Contains
\Drupal
.
Class
Drupal
Static Service Container wrapper.
Code
const CORE_MINIMUM_SCHEMA_VERSION = 8000;
Links:
https://api.drupal.org/api/drupal/core%21lib%21Drupal.php/constant/Drupal%3A%3ACORE_MINIMUM_SCHEMA_VERSION/8.2.x
doc_Drupal
2016-10-29 09:02:43
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
drupal_get_schema_versions
drupal_get_schema_versions($module) Returns an array of available schema versions for a module. Parameters string $module: A module name. Return val
Drupal::CORE_COMPATIBILITY
Core API compatibility. File core/lib/Drupal.php, line 89 Contains \Drupal. Class Drupal Static Service Container wrapper. Code const CORE_COMP
drupal_get_installed_schema_version
drupal_get_installed_schema_version($module, $reset = FALSE, $array = FALSE) Returns the currently installed schema version for a module. Parameters
drupal_set_installed_schema_version
drupal_set_installed_schema_version($module, $version) Updates the installed version information for a module. Parameters string $module: A module n
DRUPAL_MINIMUM_PHP
Minimum supported version of PHP. File core/includes/bootstrap.inc, line 24 Functions that need to be loaded on every Drupal request. Code const DR
Return to View
Please login to continue.