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

Breadcrumb

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

function twig_slice

@internal

Deprecated

since Twig 3.9

File

vendor/twig/twig/src/Resources/core.php, line 152

Code

function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false) {
    trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__);
    return CoreExtension::slice($env->getCharset(), $item, $start, $length, $preserveKeys);
}

API Navigation

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