Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 4214a87c
    Issue #3293122 by lauriii: Document... · 4214a87c
    catch authored
    Issue #3293122 by lauriii: Document \Drupal\Core\Template\TwigExtension::getPath $parameters argument as optional
@@ -179,7 +179,7 @@ public function getName() {
@@ -179,7 +179,7 @@ public function getName() {
* @param $name
* @param $name
* The name of the route.
* The name of the route.
* @param array $parameters
* @param array $parameters
* An associative array of route parameters names and values.
* (optional) An associative array of route parameters names and values.
* @param array $options
* @param array $options
* (optional) An associative array of additional options. The 'absolute'
* (optional) An associative array of additional options. The 'absolute'
* option is forced to be FALSE.
* option is forced to be FALSE.
Loading