eZ\Publish\Core\Persistence\Legacy\Content\Type\MemoryCachingHandler::updateFieldDefinition PHP Метод

updateFieldDefinition() публичный Метод

This method creates a new status of the Type with the updated $fieldDefinition. It does not update existing content objects depending on the field (default) values.
public updateFieldDefinition ( mixed $contentTypeId, $status, eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition )
$contentTypeId mixed
$fieldDefinition eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition
    public function updateFieldDefinition($contentTypeId, $status, FieldDefinition $fieldDefinition)
    {
        $this->clearCache();
        return $this->innerHandler->updateFieldDefinition($contentTypeId, $status, $fieldDefinition);
    }