Backend\Modules\ContentBlocks\DBALType\ContentBlockStatusDBALType::getName PHP Method

getName() public method

public getName ( ) : string
return string
    public function getName()
    {
        return self::CONTENT_BLOCKS_STATUS;
    }