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
+ 3
2
Compare changes
  • Side-by-side
  • Inline
  • 0e2da426
    Issue #3188327 by DeFr, longwave, ravi.shankar, quietone: Docblock of... · 0e2da426
    catch authored
    Issue #3188327 by DeFr, longwave, ravi.shankar, quietone: Docblock of BaseFieldDefinition::setDisplayOptions still mentions setting type = hidden instead of region = hidden
@@ -371,8 +371,9 @@ public function addPropertyConstraints($name, array $constraints) {
@@ -371,8 +371,9 @@ public function addPropertyConstraints($name, array $constraints) {
* An array of display options. Refer to
* An array of display options. Refer to
* \Drupal\Core\Field\FieldDefinitionInterface::getDisplayOptions() for
* \Drupal\Core\Field\FieldDefinitionInterface::getDisplayOptions() for
* a list of supported keys. The options should include at least a 'weight',
* a list of supported keys. The options should include at least a 'weight',
* or specify 'type' = 'hidden'. The 'default_widget' / 'default_formatter'
* or specify 'region' = 'hidden'. The 'default_widget' /
* for the field type will be used if no 'type' is specified.
* 'default_formatter' for the field type will be used if no 'type' is
 
* specified.
*
*
* @return static
* @return static
* The object itself for chaining.
* The object itself for chaining.
Loading