Home
last modified time | relevance | path

Searched refs:toMetadataObject (Results 1 – 6 of 6) sorted by last modified time

/plugin/combo/ComboStrap/
H A DMarkupPath.php2224 $this->uidObject = Meta\Api\MetadataSystem::toMetadataObject($this->getUid())
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php181 $this->childrenObject[] = MetadataSystem::toMetadataObject($childrenClass)
787 $this->uidObject = MetadataSystem::toMetadataObject($this->getUidClass())
H A DMetadataSystem.php159 public static function toMetadataObject($class, Metadata $parent = null): Metadata function in ComboStrap\\Meta\\Api\\MetadataSystem
H A DMetadataTabular.php199 $row[$identifierPersistentName] = MetadataSystem::toMetadataObject($identifierMetadataObject, $this)
205 $metadataChildObject = MetadataSystem::toMetadataObject($childClass, $this);
243 $identifierMetadata = MetadataSystem::toMetadataObject($identifierMetadataObject, $this)->setFromStoreValue($item);
262 $childObject = MetadataSystem::toMetadataObject($childClass, $this);
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php289 $path = MetadataSystem::toMetadataObject(AliasPath::class, $this)
296 $aliasObject = MetadataSystem::toMetadataObject(AliasType::class, $this)
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php173 $childMetadata = MetadataSystem::toMetadataObject($childMetadataClass, $metadata);