Method |
Description |
|
checkValidity ( mixed $data, boolean $omitMandatoryCheck = false ) |
Checks if data is valid for current data field |
|
enrichLayoutDefinition ( $object ) |
Override point for Enriching the layout definition before the layout is returned to the admin interface. |
|
getCacheTags ( mixed $data, array $tags = [] ) : array |
This is a dummy and is mostly implemented by relation types |
|
getDataForEditmode ( array $data, null | AbstractObject $object = null, mixed $params = [] ) : array |
|
|
getDataForGrid ( $data, null $object = null, mixed $params = [] ) : array |
|
|
getDataForQueryResource ( $data, null $object = null, mixed $params = [] ) |
|
|
getDataForResource ( array $data, null | AbstractObject $object = null, mixed $params = [] ) : array |
|
|
getDataFromEditmode ( array $data, null | AbstractObject $object = null, mixed $params = [] ) : array |
|
|
getDataFromResource ( array $data, null | AbstractObject $object = null, mixed $params = [] ) : array |
|
|
getDiffDataFromEditmode ( $data, null $object = null, mixed $params = [] ) : null | Pimcore_Date |
See parent class. |
|
getDiffVersionPreview ( $data, null $object = null, mixed $params = [] ) : array | string |
Generates a pretty version preview (similar to getVersionPreview) can be either html or
a image URL. See the ObjectMerger plugin documentation for details |
|
getFieldtype ( ) : string |
|
|
getForCsvExport ( AbstractObject $object, array $params = [] ) : string |
converts object data to a simple string value or CSV Export |
|
getForWebserviceExport ( AbstractObject $object, mixed $params = [] ) : array | mixed | null |
|
|
getFromCsvImport ( $importValue, null | AbstractObject $object = null, mixed $params = [] ) : array | mixed |
|
|
getFromWebserviceImport ( mixed $value, null $object = null, mixed $params = [], null $idMapper = null ) : array | mixed |
|
|
getHeight ( ) : integer |
|
|
getMaxItems ( ) : integer |
|
|
getObjectsAllowed ( ) : boolean |
|
|
getPhpdocType ( ) : string |
|
|
getVersionPreview ( array $data, null | AbstractObject $object = null, mixed $params = [] ) : string |
|
|
getWidth ( ) : integer |
|
|
isDiffChangeAllowed ( string $object, mixed $params = [] ) : boolean |
True if change is allowed in edit mode. |
|
marshal ( mixed $value, AbstractObject $object = null, mixed $params = [] ) : mixed |
Encode value for packing it into a single column. |
|
preGetData ( $object, $params = [] ) |
|
|
preSetData ( $object, $data, $params = [] ) |
|
|
resolveDependencies ( $data ) : array |
|
|
rewriteIds ( mixed $object, array $idMapping, array $params = [] ) : Pimcore\Model\Element\ElementInterface |
Rewrites id from source to target, $idMapping contains
array(
"document" => array(
SOURCE_ID => TARGET_ID,
SOURCE_ID => TARGET_ID
),
"object" => array(. |
|
setFieldtype ( string $fieldtype ) |
|
|
setHeight ( integer $height ) |
|
|
setMaxItems ( $maxItems ) |
|
|
setWidth ( integer $width ) |
|
|
synchronizeWithMasterDefinition ( Data $masterDefinition ) |
|
|
unmarshal ( mixed $value, AbstractObject $object = null, mixed $params = [] ) : mixed |
See marshal |
|