Home
last modified time | relevance | path

Searched refs:getDataWithoutInternals (Results 1 – 4 of 4) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/serialization/src/Normalizer/
H A DConfigEntityNormalizer.php21 return static::getDataWithoutInternals($object->toArray());
28 return parent::denormalize(static::getDataWithoutInternals($data), $class, $format, $context);
46 protected static function getDataWithoutInternals(array $data) { function in Drupal\\serialization\\Normalizer\\ConfigEntityNormalizer
/dports/www/drupal9/drupal-9.2.10/core/modules/serialization/src/Normalizer/
H A DConfigEntityNormalizer.php21 return static::getDataWithoutInternals($object->toArray());
28 return parent::denormalize(static::getDataWithoutInternals($data), $class, $format, $context);
46 protected static function getDataWithoutInternals(array $data) { function in Drupal\\serialization\\Normalizer\\ConfigEntityNormalizer
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Normalizer/
H A DLayoutEntityDisplayNormalizer.php24 protected static function getDataWithoutInternals(array $data) { function in Drupal\\layout_builder\\Normalizer\\LayoutEntityDisplayNormalizer
25 $data = parent::getDataWithoutInternals($data);
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Normalizer/
H A DLayoutEntityDisplayNormalizer.php24 protected static function getDataWithoutInternals(array $data) { function in Drupal\\layout_builder\\Normalizer\\LayoutEntityDisplayNormalizer
25 $data = parent::getDataWithoutInternals($data);